Skip to content

Commit ef4547b

Browse files
committed
chore: bump verion to v0.9.4
Signed-off-by: peefy <xpf6677@163.com>
1 parent 12e40c8 commit ef4547b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.3
1+
0.9.4

pkg/version/version.go

Lines changed: 2 additions & 1 deletion
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_3
35+
VersionTypeLatest = Version_0_9_4
3636

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

0 commit comments

Comments
 (0)