We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8601b commit d22d623Copy full SHA for d22d623
VERSION
@@ -1 +1 @@
1
-0.7.3-alpha.1
+0.7.3
pkg/version/version.go
@@ -33,7 +33,7 @@ func getVersion(version string) string {
33
34
// All the kpm versions.
35
const (
36
- VersionTypeLatest = Version_0_7_3_alpha_1
+ VersionTypeLatest = Version_0_7_2
37
38
Version_0_7_3_alpha_1 VersionType = "0.7.3-alpha.1"
39
Version_0_7_2 VersionType = "0.7.2"
0 commit comments