Browse Source

node: runtime: Bump version to the 3.1.0

Shamil Gadelshin 4 years ago
parent
commit
20afd1921d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Cargo.lock
  2. 1 1
      node/Cargo.toml

+ 1 - 1
Cargo.lock

@@ -1968,7 +1968,7 @@ dependencies = [
 
 [[package]]
 name = "joystream-node"
-version = "3.0.0"
+version = "3.1.0"
 dependencies = [
  "frame-benchmarking",
  "frame-benchmarking-cli",

+ 1 - 1
node/Cargo.toml

@@ -3,7 +3,7 @@ authors = ['Joystream contributors']
 build = 'build.rs'
 edition = '2018'
 name = 'joystream-node'
-version = '3.0.0'
+version = '3.1.0'
 default-run = "joystream-node"
 
 [[bin]]