From 1dee7b48c2d109bc7596a3cce9e9869d7ce719c1 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Tue, 19 Jul 2011 22:10:22 +0400 Subject: [PATCH] Change version to 0.7.2.pre --- Gemfile.lock | 2 +- lib/bunny/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 135b64440..4ce342917 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bunny (0.7) + bunny (0.7.1) GEM remote: http://rubygems.org/ diff --git a/lib/bunny/version.rb b/lib/bunny/version.rb index d8dea83ee..c5388ee0a 100644 --- a/lib/bunny/version.rb +++ b/lib/bunny/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module Bunny - VERSION = "0.7" + VERSION = "0.7.2.pre" end