From 40c32cb66ed3a52cbe82995385079fd119bef6c1 Mon Sep 17 00:00:00 2001 From: BJ Neilsen Date: Wed, 19 Feb 2014 11:32:45 -0700 Subject: [PATCH] Bump version 3.0.0.rc1 --- 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 31275e83..f459210a 100644 --- a/lib/protobuf/version.rb +++ b/lib/protobuf/version.rb @@ -1,3 +1,3 @@ module Protobuf - VERSION = '3.0.0.alpha' + VERSION = '3.0.0.rc1' end