From da33287119d12d0dc075f1c9f6b37fabc4bb1aa6 Mon Sep 17 00:00:00 2001 From: BJ Neilsen Date: Fri, 21 Jun 2013 15:35:50 -0600 Subject: [PATCH] Bump version 2.8.0.beta4 --- 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 11c7d27f..e0948a88 100644 --- a/lib/protobuf/version.rb +++ b/lib/protobuf/version.rb @@ -1,4 +1,4 @@ module Protobuf - VERSION = '2.8.0.beta3' + VERSION = '2.8.0.beta4' PROTOC_VERSION = '2.4.1' end