Version bump to v0.2.2 (#1496)

Version bump to v0.2.2
This commit is contained in:
Age Manning
2020-08-10 06:49:03 +00:00
parent cbfae87aa6
commit 134676fd6f
5 changed files with 7 additions and 7 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.1-",
prefix = "Lighthouse/v0.2.2-",
fallback = "unknown"
);