Skip to content

Commit

Permalink
fix: fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
zong-zhe committed Sep 13, 2023
1 parent 997bc89 commit a7457ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (kvt KpmVersionType) String() string {

// All the kpm versions.
const (
KpmAbiVersion KpmVersionType = KpmAbiVersion_0_3_5
KpmAbiVersion KpmVersionType = KpmAbiVersion_0_3_6
KpmVersionType_latest = KpmAbiVersion_0_3_6

KpmAbiVersion_0_3_6 KpmVersionType = "0.3.6"
Expand Down

0 comments on commit a7457ab

Please sign in to comment.