summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-02 00:02:53 -0600
committerJeff Carr <[email protected]>2024-02-02 00:02:53 -0600
commit504cd29dcbf63bf63bcacb63cfc76238c6f7e814 (patch)
treeba3cebe2c46d4e9d896c95b1a48e4e25789bd837 /main.go
parentb83d92f7b4d59e5199d318cb2869165f483b1262 (diff)
store target version in the repolist
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.go b/main.go
index d0bfaec..35bacc1 100644
--- a/main.go
+++ b/main.go
@@ -32,6 +32,12 @@ func main() {
for _, repo := range me.allrepos {
repo.status.UpdateCurrent()
repo.newScan()
+
+ if repo.String() == "go.wit.com/widget" {
+ repo.targetVersion.SetText("v" + "1.1.14")
+ } else {
+ repo.targetVersion.SetText("v" + "0.19.1")
+ }
}
log.Info("Creating the Release Window")