Skip to content

Commit 8f44875

Browse files
committed
chore: bump transaction version again
1 parent cb8698c commit 8f44875

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runtimes/peregrine/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
113113
spec_version: 11405,
114114
impl_version: 0,
115115
apis: RUNTIME_API_VERSIONS,
116-
transaction_version: 9,
116+
transaction_version: 10,
117117
state_version: 0,
118118
};
119119

runtimes/spiritnet/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
112112
spec_version: 11405,
113113
impl_version: 0,
114114
apis: RUNTIME_API_VERSIONS,
115-
transaction_version: 9,
115+
transaction_version: 10,
116116
state_version: 0,
117117
};
118118

0 commit comments

Comments
 (0)