更新版本信息。

This commit is contained in:
Liang Tao
2014-07-01 15:27:35 +08:00
parent a6debbec49
commit 5ffe9daf58
4 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
module Qiniu
module Version
MAJOR = 6
MINOR = 2
PATCH = 4
MINOR = 3
PATCH = 0
# Returns a version string by joining <tt>MAJOR</tt>, <tt>MINOR</tt>, and <tt>PATCH</tt> with <tt>'.'</tt>
#
# Example