From 8656d5369a49b3923bea9afe989957c11ba16d11 Mon Sep 17 00:00:00 2001 From: Joe Sacher <321623+sacherjj@users.noreply.github.com> Date: Fri, 1 Sep 2023 10:44:57 -0400 Subject: [PATCH] Increment for new build number. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19dd32f..ec302de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,7 +72,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "casper-node-launcher" -version = "1.0.3" +version = "1.0.4" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 35e0b67..625f40c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "casper-node-launcher" -version = "1.0.3" +version = "1.0.4" authors = ["Fraser Hutchison ", "Joe Sacher "] edition = "2018" description = "A binary which runs and upgrades the casper-node of the Casper network"