Skip to content

Commit ab549ae

Browse files
authored
Bump version to v0.1.0-beta9 (#227)
1 parent d5e0bd2 commit ab549ae

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.changelog/v0.1.0-beta9.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[[breaking]]
2+
title = ""
3+
description = ""
4+
5+
[[features]]
6+
title = ""
7+
description = ""
8+
9+
[[enhancements]]
10+
title = ""
11+
description = ""
12+
13+
[[bugs]]
14+
title = ""
15+
description = ""

VERSION

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

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-beta8"
7+
const version = "v0.1.0-beta9"

0 commit comments

Comments
 (0)