File tree Expand file tree Collapse file tree 6 files changed +42
-42
lines changed
Expand file tree Collapse file tree 6 files changed +42
-42
lines changed Original file line number Diff line number Diff line change 11
22[workspace .package ]
3- version = " 0.9.7 "
3+ version = " 0.9.8 "
44authors = [' Dhiway Networks <info@dhiway.com>' ]
55edition = " 2021"
66homepage = " https://cord.network"
Original file line number Diff line number Diff line change 11[package ]
22name = " pallet-asset"
33description = " Manage Asset"
4- version = " 0.9.7-dev "
4+ version = " 0.9.8 "
55authors.workspace = true
66edition.workspace = true
77license.workspace = true
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
133133 spec_name : alloc:: borrow:: Cow :: Borrowed ( "braid" ) ,
134134 impl_name : alloc:: borrow:: Cow :: Borrowed ( "dhiway-cord" ) ,
135135 authoring_version : 0 ,
136- spec_version : 9700 ,
136+ spec_version : 9800 ,
137137 impl_version : 0 ,
138138 apis : RUNTIME_API_VERSIONS ,
139139 transaction_version : 2 ,
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
132132 spec_name : alloc:: borrow:: Cow :: Borrowed ( "loom" ) ,
133133 impl_name : alloc:: borrow:: Cow :: Borrowed ( "dhiway-cord" ) ,
134134 authoring_version : 0 ,
135- spec_version : 9700 ,
135+ spec_version : 9800 ,
136136 impl_version : 0 ,
137137 apis : RUNTIME_API_VERSIONS ,
138138 transaction_version : 2 ,
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
157157 spec_name : alloc:: borrow:: Cow :: Borrowed ( "weave" ) ,
158158 impl_name : alloc:: borrow:: Cow :: Borrowed ( "dhiway-cord" ) ,
159159 authoring_version : 0 ,
160- spec_version : 9700 ,
160+ spec_version : 9800 ,
161161 impl_version : 0 ,
162162 apis : RUNTIME_API_VERSIONS ,
163163 transaction_version : 2 ,
You can’t perform that action at this time.
0 commit comments