summaryrefslogtreecommitdiff
path: root/releaseWindow.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-30 13:50:34 -0600
committerJeff Carr <[email protected]>2024-01-30 13:50:34 -0600
commit0ca10f55534c057c651d136c89d096224a6f6461 (patch)
tree7907542d45f3bdb06087b6b2f3c40e29bc0fe0b9 /releaseWindow.go
parent37f59a9e48591c93299d66136bc95d52dc81bb04 (diff)
more code removals
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'releaseWindow.go')
-rw-r--r--releaseWindow.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/releaseWindow.go b/releaseWindow.go
index dc953ea..19ada35 100644
--- a/releaseWindow.go
+++ b/releaseWindow.go
@@ -45,7 +45,7 @@ func createReleaseWindow() {
return
}
- versionS := "0.14.0"
+ versionS := "0.17.0"
reasonS := "gocui"
partS := strings.Split(versionS, ".")