Skip to content

Commit 6ccc990

Browse files
committed
Bump runtime version to 102
1 parent 5627094 commit 6ccc990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone/runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
144144
// and set impl_version to 0. If only runtime
145145
// implementation changes and behavior does not, then leave spec_version as
146146
// is and increment impl_version.
147-
spec_version: 101,
147+
spec_version: 102,
148148
impl_version: 0,
149149
apis: RUNTIME_API_VERSIONS,
150150
transaction_version: 1,

0 commit comments

Comments
 (0)