Update release series to Alpha Milestone 2
This commit is contained in:
parent
1b0e1b9bdf
commit
91f5f74d58
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue