Skip to content

Commit

Permalink
chore: bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nozwock committed Nov 2, 2022
1 parent f12cefe commit 0f92bf9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ target-linux := "x86_64-unknown-linux-gnu"
target-win := "x86_64-pc-windows-gnu"
bin_name := "ventoy-toybox"
# have to hardcode it for now
version := "0.2.2"
version := "0.2.3"
target_name := replace(bin_name, "-", "_") + "-" + version + "-amd64"
dist_dir := "./target"

Expand Down
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 = "ventoy-toybox"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
authors = ["nozwock <[email protected]>"]

Expand Down

0 comments on commit 0f92bf9

Please sign in to comment.