Skip to content

Commit b9bcd7b

Browse files
committed
bump version of submodules
1 parent c8517b8 commit b9bcd7b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

submodules/block/types/keys.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const (
55
SubmoduleName = "block"
66

77
// Version is the current version of the submodule
8-
Version = "v0.1.1"
8+
Version = "v0.1.2"
99
)
1010

1111
const (

submodules/evm-nft/types/keys.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const (
55
SubmoduleName = "evm-nft"
66

77
// Version is the current version of the submodule
8-
Version = "v0.1.7"
8+
Version = "v0.1.8"
99
)
1010

1111
// store prefixes

submodules/evm-tx/types/keys.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const (
55
SubmoduleName = "evm-tx"
66

77
// Version is the current version of the submodule
8-
Version = "v0.1.3"
8+
Version = "v0.1.4"
99
)
1010

1111
// store prefixes

submodules/move-nft/types/keys.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const (
55
SubmoduleName = "move-nft"
66

77
// Version is the current version of the submodule
8-
Version = "v0.1.6"
8+
Version = "v0.1.7"
99
)
1010

1111
// store prefixes

submodules/pair/types/keys.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const (
55
SubmoduleName = "pair"
66

77
// Version is the current version of the submodule
8-
Version = "v0.1.2"
8+
Version = "v0.1.3"
99
)
1010

1111
// store prefixes

submodules/tx/types/keys.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const (
55
SubmoduleName = "tx"
66

77
// Version is the current version of the submodule
8-
Version = "v0.1.2"
8+
Version = "v0.1.3"
99
)
1010

1111
// store prefixes

submodules/wasm-nft/types/keys.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const (
55
SubmoduleName = "wasm-nft"
66

77
// Version is the current version of the submodule
8-
Version = "v0.1.6"
8+
Version = "v0.1.7"
99
)
1010

1111
// store prefixes

0 commit comments

Comments
 (0)