File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,10 @@ func (kvt KpmVersionType) String() string {
24
24
25
25
// All the kpm versions.
26
26
const (
27
- KpmAbiVersion KpmVersionType = KpmAbiVersion_0_4_5
28
- KpmVersionType_latest = KpmAbiVersion_0_4_5
27
+ KpmAbiVersion KpmVersionType = KpmAbiVersion_0_4_6
28
+ KpmVersionType_latest = KpmAbiVersion_0_4_6
29
29
30
+ KpmAbiVersion_0_4_6 KpmVersionType = "0.4.6"
30
31
KpmAbiVersion_0_4_5 KpmVersionType = "0.4.5"
31
32
KpmAbiVersion_0_4_4 KpmVersionType = "0.4.4"
32
33
KpmAbiVersion_0_4_3 KpmVersionType = "0.4.3"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ func TestGetVersionInStr(t *testing.T) {
9
9
}{
10
10
{
11
11
name : "test get version in string" ,
12
- want : "0.4.5 " ,
12
+ want : "0.4.6 " ,
13
13
},
14
14
}
15
15
for _ , tt := range tests {
You can’t perform that action at this time.
0 commit comments