Bump to v0.3.5 (#1927)

## Issue Addressed

NA

## Proposed Changes

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

## Additional Info

NA
This commit is contained in:
Paul Hauner
2020-11-18 00:44:28 +00:00
parent 103103e72e
commit 7e4ee58729
8 changed files with 54 additions and 54 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.4-",
prefix = "Lighthouse/v0.3.5-",
fallback = "unknown"
);