Skip to content

Commit

Permalink
Use 7.5.0-prealpha for master branch version, not 7.4.4
Browse files Browse the repository at this point in the history
<p dir="auto">in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2636858743" data-permission-text="Title is private" data-url="#989" data-hovercard-type="pull_request" data-hovercard-url="//pull/989/hovercard" href="https://github.com/rojo-rbx/rojo/pull/989">#989</a>, 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.</p>
<p dir="auto">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 <strong>not</strong> be making a release of this version - the only intent is better clarity for those running Rojo's latest master.</p>
  • Loading branch information
kennethloeffler authored Nov 6, 2024
1 parent 4a7bddb commit bc2c76e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rojo"
version = "7.4.4"
version = "7.5.0-prealpha"
rust-version = "1.70.0"
authors = ["Lucien Greathouse <[email protected]>"]
description = "Enables professional-grade development tools for Roblox developers"
Expand Down
2 changes: 1 addition & 1 deletion plugin/Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.4
7.5.0-prealpha

0 comments on commit bc2c76e

Please sign in to comment.