Bump version to v0.5 (#262)

* bump version to 0.5

* bump spec_version to 1000
This commit is contained in:
André Silva
2019-05-17 15:36:12 +01:00
committed by Bastian Köcher
parent 122ea89144
commit 2bbfcc2f72
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("polkadot"),
impl_name: create_runtime_str!("parity-polkadot"),
authoring_version: 1,
spec_version: 108,
spec_version: 1000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};