Declare the start of the Alpha 4 release series

This commit is contained in:
Keavon Chambers
2025-02-21 13:52:05 -08:00
parent 5115a05c5b
commit fb13d58767
6 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
use std::process::Command;
const GRAPHITE_RELEASE_SERIES: &str = "Alpha 3";
const GRAPHITE_RELEASE_SERIES: &str = "Alpha 4";
fn main() {
// Execute a Git command for its stdout. Early exit if it fails for any of the possible reasons.