Skip to content

Commit

Permalink
chore: bump kpm version from 0.3.1 to 0.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
zong-zhe committed Jul 27, 2023
1 parent ba52f1b commit 6de8a56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ func (kvt KpmVersionType) String() string {

// All the kpm versions.
const (
KpmAbiVersion KpmVersionType = KpmAbiVersion_0_3_0
KpmVersionType_latest = KpmAbiVersion_0_3_0
KpmAbiVersion KpmVersionType = KpmAbiVersion_0_3_2
KpmVersionType_latest = KpmAbiVersion_0_3_2

KpmAbiVersion_0_3_2 KpmVersionType = "0.3.2"
KpmAbiVersion_0_3_1 KpmVersionType = "0.3.1"
KpmAbiVersion_0_3_0 KpmVersionType = "0.3.0"
KpmAbiVersion_0_2_6 KpmVersionType = "0.2.6"
KpmAbiVersion_0_2_5 KpmVersionType = "0.2.5"
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.3.0",
want: "0.3.2",
},
}
for _, tt := range tests {
Expand Down

0 comments on commit 6de8a56

Please sign in to comment.