From 3bb6aa97b969c965299c2a7470b0b55e1e4e4277 Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Fri, 28 Aug 2026 22:59:49 -0700 Subject: [PATCH] Bump the Graphite release series to alpha 5, intended as retroactively backdated to the start of 2026 --- editor/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/build.rs b/editor/build.rs index 5abbb8a38a..2d35387791 100644 --- a/editor/build.rs +++ b/editor/build.rs @@ -1,7 +1,7 @@ use std::env; use std::process::Command; -const GRAPHITE_RELEASE_SERIES: &str = "Alpha 4"; +const GRAPHITE_RELEASE_SERIES: &str = "Alpha 5"; fn main() { // Instruct Cargo to rerun this build script if any of these environment variables change.