From e942d61767c722a744378f27ab3ba422a320a3e7 Mon Sep 17 00:00:00 2001 From: Brandon Dewitt Date: Tue, 26 Aug 2014 16:46:00 -0600 Subject: [PATCH] bump to 3.3.0 --- lib/protobuf/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/protobuf/version.rb b/lib/protobuf/version.rb index da2f061f..155fcc11 100644 --- a/lib/protobuf/version.rb +++ b/lib/protobuf/version.rb @@ -1,3 +1,3 @@ module Protobuf - VERSION = '3.2.1' + VERSION = '3.3.0' end