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 eb153ea commit ed39445Copy full SHA for ed39445
.changelog/v0.1.0-beta10.toml renamed to .changelog/v0.1.0+20241204.0.0.toml
VERSION
@@ -1 +1 @@
1
-v0.1.0-beta10
+v0.1.0+20241204.0.0
oxide/version.go
@@ -4,4 +4,4 @@ package oxide
4
// dynamically populate the user agent for the Client. It is purposefully
5
// unexported to prevent external users from reading it. This must be changed
6
// along with the VERSION file in the root of this repository.
7
-const version = "v0.1.0-beta10"
+const version = "v0.1.0+20241204.0.0"
0 commit comments