From 4ec736ee4feb3ac3530aac2fc226d56834a88a8a Mon Sep 17 00:00:00 2001 From: AI-Spawn Date: Sun, 3 Dec 2023 01:27:43 -0700 Subject: [PATCH] increment version 5.0.2->5.0.3 --- checkForUpdates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkForUpdates.go b/checkForUpdates.go index 6730726..5a86e57 100644 --- a/checkForUpdates.go +++ b/checkForUpdates.go @@ -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"