From cbb5d0406909f22a10670b52d27ef1e089a47f8b Mon Sep 17 00:00:00 2001 From: Theo Date: Tue, 27 Aug 2013 16:55:19 +0200 Subject: [PATCH] Version bump to v1.0.0.pre1 --- lib/etcd/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/etcd/version.rb b/lib/etcd/version.rb index 27dc61f..24b6707 100644 --- a/lib/etcd/version.rb +++ b/lib/etcd/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module Etcd - VERSION = '1.0.0.pre0'.freeze + VERSION = '1.0.0.pre1'.freeze end \ No newline at end of file