From 66a9e23c2b87219a1cd3f06c2bdcc0faab90380a Mon Sep 17 00:00:00 2001 From: Joe Sacher <321623+sacherjj@users.noreply.github.com> Date: Thu, 3 Aug 2023 13:06:56 -0400 Subject: [PATCH] Increment for new build number. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 49e944e..2535b79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "casper-node-launcher" -version = "1.0.1" +version = "1.0.2" authors = ["Fraser Hutchison ", "Joe Sacher "] edition = "2018" description = "A binary which runs and upgrades the casper-node of the Casper network"