Skip to content

Commit ed39445

Browse files
authored
Bump version to v0.1.0+20241204.0.0 (#252)
As per the last product meeting, we're moving away from beta. We'll now use the versioning format [oxide.rs uses](https://github.com/oxidecomputer/oxide.rs/releases)
1 parent eb153ea commit ed39445

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.0-beta10
1+
v0.1.0+20241204.0.0

oxide/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package oxide
44
// dynamically populate the user agent for the Client. It is purposefully
55
// unexported to prevent external users from reading it. This must be changed
66
// along with the VERSION file in the root of this repository.
7-
const version = "v0.1.0-beta10"
7+
const version = "v0.1.0+20241204.0.0"

0 commit comments

Comments
 (0)