Skip to content

Commit

Permalink
Update version from 0.1 to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
isbm committed Apr 5, 2024
1 parent b00a61c commit 5ac928a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "0.1"
current_version = "0.2"
version_pattern = "MAJOR.MINOR[.PATCH[PYTAGNUM]]"
commit_message = "Update version from {old_version} to {new_version}"
tag_message = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use std::{
str::FromStr,
};

static VERSION: &str = "0.1";
static VERSION: &str = "0.2";
#[allow(dead_code)]
fn main() -> Result<(), Error> {
let args: Vec<String> = env::args().collect();
Expand Down

0 comments on commit 5ac928a

Please sign in to comment.