From 91f5f74d583138a8f02372ce1d62b6c85bcd8a3c Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Sat, 11 Feb 2023 12:00:00 -0800 Subject: [PATCH] Update release series to Alpha Milestone 2 --- editor/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/build.rs b/editor/build.rs index 51bfb602..85c45611 100644 --- a/editor/build.rs +++ b/editor/build.rs @@ -1,6 +1,6 @@ use std::process::Command; -const GRAPHITE_RELEASE_SERIES: &str = "Alpha Milestone 1"; +const GRAPHITE_RELEASE_SERIES: &str = "Alpha Milestone 2"; fn main() { // Execute a Git command for its stdout. Early exit if it fails for any of the possible reasons.