Bump version to v0.3.0 (#1743)

## Issue Addressed

NA

## Proposed Changes

- Bump version to v0.3.0
- Run `cargo update`

## Additional Info

NA
This commit is contained in:
Paul Hauner
2020-10-09 02:05:30 +00:00
parent 414138f137
commit 72cc5e35af
10 changed files with 146 additions and 137 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.13-",
prefix = "Lighthouse/v0.3.0-",
fallback = "unknown"
);