Update release series to Alpha Milestone 2

This commit is contained in:
Keavon Chambers 2023-02-11 12:00:00 -08:00
parent 1b0e1b9bdf
commit 91f5f74d58
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
use std::process::Command; use std::process::Command;
const GRAPHITE_RELEASE_SERIES: &str = "Alpha Milestone 1"; const GRAPHITE_RELEASE_SERIES: &str = "Alpha Milestone 2";
fn main() { fn main() {
// Execute a Git command for its stdout. Early exit if it fails for any of the possible reasons. // Execute a Git command for its stdout. Early exit if it fails for any of the possible reasons.