diff --git a/Cargo.lock b/Cargo.lock index 63d4dcec..2f0401db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1911,7 +1911,7 @@ dependencies = [ [[package]] name = "rivet-cli" -version = "1.3.0" +version = "1.3.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index bd64219d..66890714 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rivet-cli" -version = "1.3.0" +version = "1.3.1" authors = ["Rivet Gaming, Inc. "] edition = "2018" license = "MIT"