Skip to content

Commit

Permalink
Forgot to increment internal version oops
Browse files Browse the repository at this point in the history
  • Loading branch information
DaltonSW committed Aug 10, 2024
1 parent a30bb25 commit d8bf06e
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 @@ -14,7 +14,7 @@ import (
)

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

type githubRelease struct {
Expand Down

0 comments on commit d8bf06e

Please sign in to comment.