From 04d004efed9f6693c53eb3d0e5224476dadf8391 Mon Sep 17 00:00:00 2001 From: MasterPtato Date: Wed, 10 Jul 2024 23:54:02 +0000 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 833350dc..b3d9dde3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1911,7 +1911,7 @@ dependencies = [ [[package]] name = "rivet-cli" -version = "1.3.2" +version = "1.3.3" dependencies = [ "anyhow", "assert_cmd", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 7970ecf7..3cc9cc5d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rivet-cli" -version = "1.3.2" +version = "1.3.3" authors = ["Rivet Gaming, Inc. "] edition = "2018" license = "MIT"