Skip to content

Commit 1ed44fc

Browse files
committed
chore: bump version to 0.9.5
Signed-off-by: peefy <[email protected]>
1 parent bdf5b6a commit 1ed44fc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.4
1+
0.9.5

pkg/version/version.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ func getVersion(version string) string {
3232
}
3333

3434
const (
35-
VersionTypeLatest = Version_0_9_4
35+
VersionTypeLatest = Version_0_9_5
3636

37+
Version_0_9_5 VersionType = "0.9.4"
3738
Version_0_9_4 VersionType = "0.9.4"
3839
Version_0_9_3 VersionType = "0.9.3"
3940
Version_0_9_2 VersionType = "0.9.2"

0 commit comments

Comments
 (0)