Rojo 7.4.0-rc2 (#798)

This commit is contained in:
Micah
2023-10-03 22:36:57 -07:00
committed by GitHub
parent bfd2c885db
commit 1caf9446d8
4 changed files with 4 additions and 3 deletions

View File

@@ -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

2
Cargo.lock generated
View File

@@ -1831,7 +1831,7 @@ dependencies = [
[[package]]
name = "rojo"
version = "7.4.0-rc1"
version = "7.4.0-rc2"
dependencies = [
"anyhow",
"backtrace",

View File

@@ -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 <me@lpghatguy.com>"]
description = "Enables professional-grade development tools for Roblox developers"

View File

@@ -1 +1 @@
7.4.0-rc1
7.4.0-rc2