Minor release
[arvados.git] / lib / google / api_client / version.rb
index 4ee41de6541bef2cf584bbccf2d73d732955f4f1..228fa1444f760e189e03ae6a7259a8903f6ceecc 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  = 2
+      PATCH = nil
+      STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
     end
   end
 end