From 1caf9446d82007051f9db9688d749dba1dfa7d13 Mon Sep 17 00:00:00 2001 From: Micah Date: Tue, 3 Oct 2023 22:36:57 -0700 Subject: [PATCH] Rojo 7.4.0-rc2 (#798) --- CHANGELOG.md | 1 + Cargo.lock | 2 +- Cargo.toml | 2 +- plugin/Version.txt | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fef486a41..873a5f5f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased Changes +## [7.4.0-rc2] - October 3, 2023 * Fixed bug with parsing version for plugin validation ([#797]) [#797]: https://github.com/rojo-rbx/rojo/pull/797 diff --git a/Cargo.lock b/Cargo.lock index 31313395f..5de59cb75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1831,7 +1831,7 @@ dependencies = [ [[package]] name = "rojo" -version = "7.4.0-rc1" +version = "7.4.0-rc2" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 463a7f807..c814ab00e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "7.4.0-rc1" +version = "7.4.0-rc2" rust-version = "1.70.0" authors = ["Lucien Greathouse "] description = "Enables professional-grade development tools for Roblox developers" diff --git a/plugin/Version.txt b/plugin/Version.txt index aaa20ba5d..88bc5e578 100644 --- a/plugin/Version.txt +++ b/plugin/Version.txt @@ -1 +1 @@ -7.4.0-rc1 \ No newline at end of file +7.4.0-rc2 \ No newline at end of file