Skip to content

Commit 27097ac

Browse files
committed
chore: bump version to v0.7.0-beta.2
Signed-off-by: peefy <[email protected]>
1 parent 4444f1e commit 27097ac

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.7.0-beta.1
1+
0.7.0-beta.2

pkg/version/version.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ func getVersion(version string) string {
3333

3434
// All the kpm versions.
3535
const (
36-
VersionTypeLatest = Version_0_7_0_beta_1
36+
VersionTypeLatest = Version_0_7_0_beta_2
3737

3838
Version_0_7_0 VersionType = "0.7.0"
39+
Version_0_7_0_beta_2 VersionType = "0.7.0-beta.2"
3940
Version_0_7_0_beta_1 VersionType = "0.7.0-beta.1"
4041
Version_0_7_0_alpha_2 VersionType = "0.7.0-alpha.2"
4142
Version_0_7_0_alpha_1 VersionType = "0.7.0-alpha.1"

0 commit comments

Comments
 (0)