Skip to content

Commit

Permalink
🔖 hotfix version
Browse files Browse the repository at this point in the history
modified:   install.sh; modified:   main.go
  • Loading branch information
amitai-devops committed Apr 12, 2023
1 parent 93a67cc commit 217de90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
curl -L 'https://github.com/jatalocks/terracove/releases/download/v0.0.3/terracove_0.0.3_Darwin_x86_64.tar.gz' | tar -xz terracove
curl -L 'https://github.com/jatalocks/terracove/releases/download/v0.0.5/terracove_0.0.5_Darwin_x86_64.tar.gz' | tar -xz terracove
chmod u+x terracove
mv terracove /usr/local/bin/terracove
terracove --version
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/jatalocks/terracove/cmd"
)

var version = "0.0.3"
var version = "0.0.5"

func main() {
if err := cmd.Execute(version, false); err != nil {
Expand Down

0 comments on commit 217de90

Please sign in to comment.