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 1019037 commit 09a9d0aCopy full SHA for 09a9d0a
CHANGES.md
@@ -1,3 +1,10 @@
1
+# v0.10.0
2
+
3
+- Various updates to autogenerated clients.
4
5
+_Please note:_ the release version is not indicative of an individual client's
6
+stability or version.
7
8
# v0.9.0
9
10
- Small fix to chunking retry logic such that each chunk has its own retry
internal/version/version.go
@@ -26,7 +26,7 @@ import (
26
27
// Repo is the current version of the client libraries in this
28
// repo. It should be a date in YYYYMMDD format.
29
-const Repo = "20190802"
+const Repo = "20190905"
30
31
// Go returns the Go runtime version. The returned string
32
// has no whitespace.
0 commit comments