Skip to content

Commit

Permalink
chore(ui): update used executable version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adventune committed Jan 11, 2024
1 parent 09fcbdd commit 6d91af5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"binopoy/mexerui/handlers"
)

var executableTag = "v0.1.0-beta"
var executableTag = "v0.1.1-beta"

func main() {
engine := html.New("./views", ".html")
Expand Down Expand Up @@ -64,6 +64,6 @@ func downloadExecutable() {
panic(err)
}

// Make the file executable
err = os.Chmod("mexer_amd64", 0755)
// Make the file executable
err = os.Chmod("mexer_amd64", 0755)
}

0 comments on commit 6d91af5

Please sign in to comment.