Skip to content

Commit

Permalink
Update version from 0.3.0 to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
isbm committed Apr 14, 2024
1 parent 4fc2b6b commit 0416b25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "licemage"
version = "0.3.0"
version = "0.3.1"
edition = "2021"

[dependencies]
Expand Down
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.3.0"
current_version = "0.3.1"
# version_pattern = "MAJOR.MINOR[.PATCH[PYTAGNUM]]"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Update version from {old_version} to {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 @@ -25,7 +25,7 @@ use std::{

use crate::formatters::stdfmt;

static VERSION: &str = "0.3.0";
static VERSION: &str = "0.3.1";

/// Formatter to STDOUT
fn display_licences(rfs: &RfsScan, typ: FormatterType, skip_unknown: bool) -> String {
Expand Down

0 comments on commit 0416b25

Please sign in to comment.