Skip to content

Commit

Permalink
bump version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybarreto committed Dec 11, 2022
1 parent c45c557 commit 9abac4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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,7 +1,7 @@
[package]
name = "wk"
description = "WK is a CLI tool to create, manager and access workspaces"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mod workspace;

fn main() {
let matches = Command::new("wk")
.version("0.3.0")
.version("0.4.0")
.about("WK is a CLI tool to create, manager and access workspaces")
.author("Henry Barreto <[email protected]>")
.propagate_version(true)
Expand Down

0 comments on commit 9abac4b

Please sign in to comment.