Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoxc committed Sep 16, 2024
1 parent 8b8e870 commit 65b9cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crusader-lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
clippy::option_map_unit_fn
)]

const VERSION: &str = "0.3";
const VERSION: &str = "0.3.1-dev";

pub fn version() -> String {
if !VERSION.ends_with("-dev") {
Expand Down

0 comments on commit 65b9cce

Please sign in to comment.