summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-02 16:37:41 -0600
committerJeff Carr <[email protected]>2024-02-02 16:37:41 -0600
commit8e6a40c4bdeb6b8634101d81dd1c64c3bba0272c (patch)
treecec44d43dc21883e9e004cccdae211870deb5291 /main.go
parentb07ef2498f839e06e66580bf894ce6e34be31c10 (diff)
attempt at v0.19.2v0.19.2
Signed-off-by: Jeff Carr <[email protected]>
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")