Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
DaltonSW committed Nov 17, 2024
1 parent 666b76a commit 82fa6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/aocli/updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

// Internally tracked version to compare against GitHub releases
const currentVersion = "v0.8.11"
const currentVersion = "v0.9.11"
const repoURL = "https://api.github.com/repos/DaltonSW/aocGo/releases/latest"

const updateMessage = "New version available: %v\nRun `aocli update` to get the new version (or `sudo aocli update` if your executable is in a protected location)"
Expand Down

0 comments on commit 82fa6d5

Please sign in to comment.