Version bump and cargo update (#1683)

This commit is contained in:
Age Manning
2020-09-29 18:29:04 +10:00
committed by GitHub
parent 13cb642f39
commit c0e76d2c15
8 changed files with 38 additions and 64 deletions

View File

@@ -10,7 +10,7 @@ use target_info::Target;
/// `Lighthouse/v0.2.0-1419501f2+`
pub const VERSION: &str = git_version!(
args = ["--always", "--dirty=+"],
prefix = "Lighthouse/v0.2.12-",
prefix = "Lighthouse/v0.2.13-",
fallback = "unknown"
);