Skip to content

Commit 4ec736e

Browse files
author
AI-Spawn
committed
increment version 5.0.2->5.0.3
1 parent 3cfde25 commit 4ec736e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkForUpdates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type Release struct {
1616
}
1717

1818
func checkForUpdates() {
19-
currentSemVer := "v5.0.2"
19+
currentSemVer := "v5.0.3"
2020

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

0 commit comments

Comments
 (0)