Skip to content

Commit

Permalink
fix version notice
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanasati committed Mar 31, 2024
1 parent 6b9ebf9 commit 134c267
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
// NAME is the executable name.
NAME = "atomic"
// VERSION is the executable version.
VERSION = "v0.4.2"
VERSION = "v0.4.1"
)

// NoColor is a global variable that is used to determine whether to enable color output.
Expand Down
4 changes: 2 additions & 2 deletions scripts/atomic.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"architecture": {
"64bit": {
"url": "https://github.com/shravanasati/atomic/releases/latest/download/atomic_windows_amd64.zip",
"hash": "4731df2065233ee4f7c5c28e795c25900a106a273ca3557eaf5b0d3030ba611f"
"hash": "b5cf4c716b4690afd030894199df140e60afb584a04dfaedd00bef9e9107533f"
},
"arm64": {
"url": "https://github.com/shravanasati/atomic/releases/latest/download/atomic_windows_arm64.zip",
"hash": "98f4d2406ea55181938b046354806232acfff6a22c5bcae401f3a830c11e743f"
"hash": "be036755c16bf2d11d2fc59f24e8fefb194f05a4cbda2c4b898450687b0c896f"
}
},
"license": "MIT",
Expand Down

0 comments on commit 134c267

Please sign in to comment.