Update version.rb

This commit is contained in:
Bai Long
2014-06-20 21:23:36 +08:00
parent 48abc7f7c1
commit 1ece11ea89
+1 -1
View File
@@ -4,7 +4,7 @@ module Qiniu
module Version
MAJOR = 6
MINOR = 2
PATCH = 3
PATCH = 4
# Returns a version string by joining <tt>MAJOR</tt>, <tt>MINOR</tt>, and <tt>PATCH</tt> with <tt>'.'</tt>
#
# Example