summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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")