调整版本号。

This commit is contained in:
Liang Tao
2015-09-13 20:50:11 +08:00
parent 1248008642
commit e308ce1cfd
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ module Qiniu
module Version
MAJOR = 6
MINOR = 5
PATCH = 0
PATCH = 1
# Returns a version string by joining <tt>MAJOR</tt>, <tt>MINOR</tt>, and <tt>PATCH</tt> with <tt>'.'</tt>
#
# Example