fixed VERSION number

This commit is contained in:
404
2012-06-29 02:25:31 +08:00
parent b0b568d0c7
commit 7eb27d0deb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -2,6 +2,6 @@
module Qiniu
module RS
VERSION = "2.0.2"
VERSION = "2.0.4"
end
end