summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 35bacc1..8565e87 100644
--- a/main.go
+++ b/main.go
@@ -36,7 +36,7 @@ func main() {
if repo.String() == "go.wit.com/widget" {
repo.targetVersion.SetText("v" + "1.1.14")
} else {
- repo.targetVersion.SetText("v" + "0.19.1")
+ repo.targetVersion.SetText("v" + "0.19.2")
}
}
log.Info("Creating the Release Window")