From dee8a9d506c75c3c018c8ea78c97f263405b93b3 Mon Sep 17 00:00:00 2001 From: Adam Hutchison Date: Thu, 18 Feb 2016 21:39:42 -0700 Subject: [PATCH] Bump version to 3.6.7 --- 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 6e6da081..cd372fee 100644 --- a/lib/protobuf/version.rb +++ b/lib/protobuf/version.rb @@ -1,3 +1,3 @@ module Protobuf - VERSION = '3.6.6' + VERSION = '3.6.7' end