diff --git a/Cargo.lock b/Cargo.lock index 26454cec..e8eb6376 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1569,7 +1569,7 @@ dependencies = [ [[package]] name = "rivet-cli" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 11b058ca..f717f93c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rivet-cli" -version = "0.3.0" +version = "0.3.1" authors = ["Rivet Gaming, Inc. "] edition = "2018" license = "MIT"