Release candidate v1.2.0-rc.0 (#2248)

Prepare for v1.2.0 with this release candidate.

To be merged after #2247 and #2246

Co-authored-by: Age Manning <Age@AgeManning.com>
This commit is contained in:
Michael Sproul
2021-03-08 06:27:50 +00:00
parent babd153352
commit 786e25ea08
6 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ pub const VERSION: &str = git_version!(
// NOTE: using --match instead of --exclude for compatibility with old Git
"--match=thiswillnevermatchlol"
],
prefix = "Lighthouse/v1.1.3-",
prefix = "Lighthouse/v1.2.0-rc.0-",
fallback = "unknown"
);