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

View file

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