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_1
28
- KpmVersionType_latest = KpmAbiVersion_0_4_1
27
+ KpmAbiVersion KpmVersionType = KpmAbiVersion_0_4_2
28
+ KpmVersionType_latest = KpmAbiVersion_0_4_2
29
29
30
+ KpmAbiVersion_0_4_2 KpmVersionType = "0.4.2"
30
31
KpmAbiVersion_0_4_1 KpmVersionType = "0.4.1"
31
32
KpmAbiVersion_0_4_0 KpmVersionType = "0.4.0"
32
33
KpmAbiVersion_0_3_7 KpmVersionType = "0.3.7"
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.1 " ,
12
+ want : "0.4.2 " ,
13
13
},
14
14
}
15
15
for _ , tt := range tests {
You can’t perform that action at this time.
0 commit comments