Browse Source

joystream-node: minor version bump to trigger workflow

Mokhtar Naamani 4 years ago
parent
commit
c539469593
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Cargo.lock
  2. 1 1
      node/Cargo.toml

+ 1 - 1
Cargo.lock

@@ -2275,7 +2275,7 @@ dependencies = [
 
 [[package]]
 name = "joystream-node"
-version = "4.0.0"
+version = "4.0.1"
 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 = '4.0.0'
+version = '4.0.1'
 default-run = "joystream-node"
 
 [[bin]]