From bc2c76e5e2c4e0ac6bb7c9bd83a4953a8edd52bb Mon Sep 17 00:00:00 2001 From: Kenneth Loeffler Date: Wed, 6 Nov 2024 15:59:03 +0000 Subject: [PATCH] Use 7.5.0-prealpha for master branch version, not 7.4.4

in #989, we changed Rojo's version number on the master branch to 7.4.4. This is a little odd, because 7.4.4 is already released, is diverged from the master branch, and we are not working towards 7.4.4 on the master branch. If we're going to spend time on this, I think we should use a more appropriate version number.

This PR changes the version number to 7.5.0-prealpha, since Rojo's master branch is currently undergoing development towards 7.5.0. We will most likely not be making a release of this version - the only intent is better clarity for those running Rojo's latest master.

--- Cargo.lock | 2 +- Cargo.toml | 2 +- plugin/Version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 908ff793a..3e61f7c08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1752,7 +1752,7 @@ dependencies = [ [[package]] name = "rojo" -version = "7.4.4" +version = "7.5.0-prealpha" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 700f6e47b..9798e670a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "7.4.4" +version = "7.5.0-prealpha" 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 c74107f79..9b6481238 100644 --- a/plugin/Version.txt +++ b/plugin/Version.txt @@ -1 +1 @@ -7.4.4 \ No newline at end of file +7.5.0-prealpha \ No newline at end of file