Skip to content

Commit

Permalink
✏️ F
Browse files Browse the repository at this point in the history
modified:   install.sh; modified:   main.go
  • Loading branch information
amitai-devops committed Jul 18, 2023
1 parent 96ea8c7 commit e8f5119
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/elementtech/terracove/releases/download/v0.0.6/terracove_0.0.6_Darwin_x86_64.tar.gz' | tar -xz terracove
curl -L 'https://github.com/elementtech/terracove/releases/download/v0.0.7/terracove_0.0.7_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/elementtech/terracove/cmd"
)

var version = "0.0.6"
var version = "0.0.7"

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

0 comments on commit e8f5119

Please sign in to comment.