Skip to content

Commit 5a91dd1

Browse files
authored
Merge pull request #245 from zong-zhe/bump-kpm-version
chore: bump kpm version to 0.6.0
2 parents 48ada7b + 7a43023 commit 5a91dd1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pkg/version/version.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ func (kvt KpmVersionType) String() string {
2424

2525
// All the kpm versions.
2626
const (
27-
KpmAbiVersion KpmVersionType = KpmAbiVersion_0_5_0
28-
KpmVersionType_latest = KpmAbiVersion_0_5_0
27+
KpmAbiVersion KpmVersionType = KpmAbiVersion_0_6_0
28+
KpmVersionType_latest = KpmAbiVersion_0_6_0
2929

30+
KpmAbiVersion_0_6_0 KpmVersionType = "0.6.0"
3031
KpmAbiVersion_0_5_0 KpmVersionType = "0.5.0"
3132
KpmAbiVersion_0_4_7 KpmVersionType = "0.4.7"
3233
KpmAbiVersion_0_4_6 KpmVersionType = "0.4.6"

pkg/version/version_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ func TestGetVersionInStr(t *testing.T) {
99
}{
1010
{
1111
name: "test get version in string",
12-
want: "0.5.0",
12+
want: "0.6.0",
1313
},
1414
}
1515
for _, tt := range tests {

0 commit comments

Comments
 (0)