Skip to content

Commit

Permalink
increment version 5.0.2->5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AI-Spawn committed Dec 3, 2023
1 parent 3cfde25 commit 4ec736e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkForUpdates.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type Release struct {
}

func checkForUpdates() {
currentSemVer := "v5.0.2"
currentSemVer := "v5.0.3"

logM(1, "Checking for Updates...")
endpointUrl := "https://api.github.com/repos/Matamata-Animator/Matamata/releases?per_page=1"
Expand Down

0 comments on commit 4ec736e

Please sign in to comment.