From 7eb27d0deb0bf23abff3d97718dc73271feedd93 Mon Sep 17 00:00:00 2001 From: 404 Date: Fri, 29 Jun 2012 02:25:31 +0800 Subject: [PATCH] fixed VERSION number --- Gemfile.lock | 2 +- lib/qiniu/rs/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ed972aa..504b2b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - qiniu-rs (2.0.2) + qiniu-rs (2.0.4) json (~> 1.7.3) mime-types (~> 1.19) rest-client (~> 1.6.7) diff --git a/lib/qiniu/rs/version.rb b/lib/qiniu/rs/version.rb index 19f9069..1ea6a64 100755 --- a/lib/qiniu/rs/version.rb +++ b/lib/qiniu/rs/version.rb @@ -2,6 +2,6 @@ module Qiniu module RS - VERSION = "2.0.2" + VERSION = "2.0.4" end end