Bump the Graphite release series to alpha 5, intended as retroactively backdated to the start of 2026

This commit is contained in:
Keavon Chambers
2026-08-28 22:59:49 -07:00
parent d5bb887b79
commit 3bb6aa97b9

View File

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