From 7fd71e34b6fe6e4019c256340038121cab719aae Mon Sep 17 00:00:00 2001 From: Brandon Dewitt Date: Mon, 15 Sep 2014 18:29:07 -0600 Subject: [PATCH] bump to 3.3.4 --- 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 68723b0d..bd177730 100644 --- a/lib/protobuf/version.rb +++ b/lib/protobuf/version.rb @@ -1,3 +1,3 @@ module Protobuf - VERSION = '3.3.3' + VERSION = '3.3.4' end