Skip to content

Commit

Permalink
Merge pull request #237 from zong-zhe/bump-kpm-version
Browse files Browse the repository at this point in the history
chore: bump kpm version to '0.4.7'
  • Loading branch information
Peefy authored Dec 25, 2023
2 parents e8d4384 + 8775417 commit 0796c98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ func (kvt KpmVersionType) String() string {

// All the kpm versions.
const (
KpmAbiVersion KpmVersionType = KpmAbiVersion_0_4_6
KpmVersionType_latest = KpmAbiVersion_0_4_6
KpmAbiVersion KpmVersionType = KpmAbiVersion_0_4_7
KpmVersionType_latest = KpmAbiVersion_0_4_7

KpmAbiVersion_0_4_7 KpmVersionType = "0.4.7"
KpmAbiVersion_0_4_6 KpmVersionType = "0.4.6"
KpmAbiVersion_0_4_5 KpmVersionType = "0.4.5"
KpmAbiVersion_0_4_4 KpmVersionType = "0.4.4"
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func TestGetVersionInStr(t *testing.T) {
}{
{
name: "test get version in string",
want: "0.4.6",
want: "0.4.7",
},
}
for _, tt := range tests {
Expand Down

0 comments on commit 0796c98

Please sign in to comment.