Version bump to 0.3.1 (#1813)

## Description

Bumps Lighthouse to version 0.3.1.
This commit is contained in:
Age Manning
2020-10-23 04:16:36 +00:00
parent 64c5899d25
commit 55eee18ebb
8 changed files with 14 additions and 14 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.3.0-",
prefix = "Lighthouse/v0.3.1-",
fallback = "unknown"
);