From 015b5bda141de9e61a8c65239ac41766d15be444 Mon Sep 17 00:00:00 2001 From: Ken Loeffler Date: Fri, 21 Nov 2025 15:02:09 +0000 Subject: [PATCH] Set crate and plugin versions to 7.7.0-prealpha (#1170) --- 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 52577619..659d2968 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1898,7 +1898,7 @@ dependencies = [ [[package]] name = "rojo" -version = "7.6.1" +version = "7.7.0-prealpha" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 2deb184b..94315413 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "7.6.1" +version = "7.7.0-prealpha" rust-version = "1.88" authors = [ "Lucien Greathouse ", diff --git a/plugin/Version.txt b/plugin/Version.txt index bbd8e920..6bb62d27 100644 --- a/plugin/Version.txt +++ b/plugin/Version.txt @@ -1 +1 @@ -7.6.1 \ No newline at end of file +7.7.0-prealpha \ No newline at end of file