From 0f8fa3ba53784b82ecb57cd7084d7bee350bcaa9 Mon Sep 17 00:00:00 2001 From: Genadi Samokovarov Date: Mon, 18 Aug 2014 01:56:41 +0300 Subject: [PATCH] Bump the release to 2.0.0.beta1 --- Gemfile.lock | 2 +- lib/web_console/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 230db458..20e674a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - web-console (1.0.4) + web-console (2.0.0.beta1) activemodel (~> 4.0) binding_of_caller railties (~> 4.0) diff --git a/lib/web_console/version.rb b/lib/web_console/version.rb index 53f0dd61..bab32e75 100644 --- a/lib/web_console/version.rb +++ b/lib/web_console/version.rb @@ -1,3 +1,3 @@ module WebConsole - VERSION = '1.0.4' + VERSION = '2.0.0.beta1' end