Bump version to v0.3.3 (#1850)

## Issue Addressed

NA

## Proposed Changes

- Update versions
- Run `cargo update`

## Additional Info

- Blocked on #1846
This commit is contained in:
Paul Hauner
2020-11-02 23:55:15 +00:00
parent 2ff5828310
commit 0cde4e285c
8 changed files with 54 additions and 71 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.2-",
prefix = "Lighthouse/v0.3.3-",
fallback = "unknown"
);