Skip to content

Commit fa08cec

Browse files
authored
update version (#388)
1 parent 2ea7a15 commit fa08cec

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

standalone/chain/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = '2021'
66
license = 'Unlicense'
77
name = 'cess-node'
88
repository = 'https://github.com/CESSProject/cess'
9-
version = '0.7.7'
9+
version = '0.7.8-Venus'
1010

1111
[package.metadata.docs.rs]
1212
targets = ["x86_64-unknown-linux-gnu"]

standalone/chain/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
license = "Unlicense"
55
name = "cess-node-runtime"
66
repository = "https://github.com/CESSProject/cess"
7-
version = "0.8.0"
7+
version = "0.8.1"
88

99
[package.metadata.docs.rs]
1010
targets = ["x86_64-unknown-linux-gnu"]

standalone/chain/runtime/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ pub fn wasm_binary_unwrap() -> &'static [u8] {
136136
)
137137
}
138138

139-
/// Runtime version.
139+
/// Runtime version.
140140
#[sp_version::runtime_version]
141141
pub const VERSION: RuntimeVersion = RuntimeVersion {
142142
spec_name: create_runtime_str!("cess-node"),
@@ -146,7 +146,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
146146
// and set impl_version to 0. If only runtime
147147
// implementation changes and behavior does not, then leave spec_version as
148148
// is and increment impl_version.
149-
spec_version: 107,
149+
spec_version: 108,
150150
impl_version: 0,
151151
apis: RUNTIME_API_VERSIONS,
152152
transaction_version: 1,

0 commit comments

Comments
 (0)