Skip to content

Commit

Permalink
Merge pull request #4 from husni-zuhdi/bump-version
Browse files Browse the repository at this point in the history
chore: bump cargo version
  • Loading branch information
husni-zuhdi authored Aug 13, 2024
2 parents 641ea6f + 5ad2036 commit 609ea78
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tasks:
summary: Update version manifest
cmds:
- |
cat <<EOF> version
cat <<EOF> version.json
{
"version": "$(cat cmd/Cargo.toml| grep '^version' | awk -F '=' '{print $2}' | sed 's/[[:space:]|\"]//g')",
"build_date": "$(date +%F)",
Expand Down
2 changes: 1 addition & 1 deletion cmd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cmd"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion internal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "internal"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
build = "build.rs"

Expand Down
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"build_date": "2024-06-04",
"build_hash": "7150a7b24ba73abe49b37e6673e7627ef6844092"
"version": "0.1.1",
"build_date": "2024-08-13",
"build_hash": "641ea6f0ae91d6a8f9c2658fe2a397c2572f10d1"
}

0 comments on commit 609ea78

Please sign in to comment.