From c5d73e91ed272f0e2225614a744b91778d421648 Mon Sep 17 00:00:00 2001 From: Brandon Dewitt Date: Sat, 13 Sep 2014 12:10:05 -0600 Subject: [PATCH] bump to 3.3.3 --- 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 44438e84..68723b0d 100644 --- a/lib/protobuf/version.rb +++ b/lib/protobuf/version.rb @@ -1,3 +1,3 @@ module Protobuf - VERSION = '3.3.2' + VERSION = '3.3.3' end