Release 0.8.5
[arvados.git] / lib / google / api_client / version.rb
index 9efddc15cc48b3a261720c858e1a2cda32bb23d6..8b189b700122bfec5c74b0b5850f623eb9c112e2 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-module Google #:nodoc:
-  class APIClient #:nodoc:
-    module VERSION #:nodoc:
-      MAJOR = 0
-      MINOR = 1
-      TINY  = 0
 
-      STRING = [MAJOR, MINOR, TINY].join('.')
+module Google
+  class APIClient
+    module VERSION
+      MAJOR = 0
+      MINOR = 8
+      TINY  = 5
+      PATCH = nil
+      STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
     end
   end
 end