expose constants for identity pallet (#5783)

* expose constants

* bump version
This commit is contained in:
Xiliang Chen
2020-04-26 01:17:53 +12:00
committed by GitHub
parent ef1c2d0615
commit 74bc141f4f
2 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 244,
impl_version: 0,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
};