From 9e57786008665bee2134a6d09b59b0133aa4d320 Mon Sep 17 00:00:00 2001 From: AllanCapistrano Date: Wed, 26 Jul 2023 10:02:50 -0300 Subject: [PATCH] docs: IsLatestVersion function --- config/updater.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/updater.go b/config/updater.go index e32a29a..1324117 100644 --- a/config/updater.go +++ b/config/updater.go @@ -7,6 +7,7 @@ import ( "github.com/tcnksm/go-latest" ) +// //Checks if gbc is at the latest version by passing the current version. func IsLatestVersion(version string) bool { githubTag := &latest.GithubTag{ Owner: "AllanCapistrano",