We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56bfff commit 6de8b4eCopy full SHA for 6de8b4e
google-apis-core/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release History
2
3
-### v0.1.0 (2021-01-01)
+### 0.2.0 (2021-01-06)
4
+
5
+* Munge reported client version so backends can recognize split clients
6
7
+### 0.1.0 (2021-01-01)
8
9
* Initial release, extracted from google-api-client.
google-apis-core/lib/google/apis/core/version.rb
@@ -16,7 +16,7 @@ module Google
16
module Apis
17
module Core
18
# Core version
19
- VERSION = "0.1.0".freeze
+ VERSION = "0.2.0".freeze
20
end
21
22
0 commit comments