Skip to content

Commit

Permalink
incremented version number for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
raabh committed Oct 31, 2022
1 parent c73f250 commit 3aa649c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ddnnf_reasoning"
version = "0.4.0"
version = "0.5.0"
authors = ["Heiko Raab; heiko.raab@uni-ulm-de", "Chico Sundermann; [email protected]"]
edition = "2018"
license = "GNU LGPL-2.1"
Expand Down
2 changes: 1 addition & 1 deletion src/bin/ddnnife.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fn main() {
let mut matches = Command::new("ddnnife")
.global_settings(&[AppSettings::ColoredHelp])
.author("Heiko Raab; heiko.raab@uni-ulm-de\nChico Sundermann; [email protected]")
.version("0.4.0")
.version("0.5.0")
.setting(AppSettings::ArgRequiredElseHelp)
.arg(Arg::with_name("file_path")
.value_name("FILE PATH")
Expand Down
2 changes: 1 addition & 1 deletion src/bin/dhone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fn main() {
let matches = App::new("dhone")
.global_settings(&[AppSettings::ColoredHelp])
.author("Heiko Raab; heiko.raab@uni-ulm-de\nChico Sundermann; [email protected]")
.version("0.4.0")
.version("0.5.0")
.setting(AppSettings::ArgRequiredElseHelp)
.arg(Arg::with_name("FILE PATH")
.display_order(1)
Expand Down

0 comments on commit 3aa649c

Please sign in to comment.