This commit is contained in:
404
2012-11-06 23:19:14 +08:00
parent 611837b137
commit ef1739cb2a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ module Qiniu
module RS
module Version
MAJOR = 3
MINOR = 1
PATCH = 1
MINOR = 2
PATCH = 0
# Returns a version string by joining <tt>MAJOR</tt>, <tt>MINOR</tt>, and <tt>PATCH</tt> with <tt>'.'</tt>
#
# Example