From e184819d161a98e267909589ab0e8b132e5e9620 Mon Sep 17 00:00:00 2001 From: Uncle Stretch Date: Sun, 13 Oct 2024 20:47:45 +0300 Subject: [PATCH] increment version for casper runtime Signed-off-by: Uncle Stretch --- runtime/casper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/casper/Cargo.toml b/runtime/casper/Cargo.toml index 52268fc..1bc9af3 100755 --- a/runtime/casper/Cargo.toml +++ b/runtime/casper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "casper-runtime" -version = "3.5.17" +version = "3.5.18" build = "build.rs" description = "Runtime of the Casper Network" edition.workspace = true