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