summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-03 23:20:48 +0200
committerPaul Buetow <paul@buetow.org>2026-03-03 23:20:48 +0200
commit33064821d637aeef94fe6ee96edbac7a503c0692 (patch)
tree2190b80fdb410cb1d4ab217075f998bdff808726
parent991f31649cf97a94a04c6e9862acab042cbedec0 (diff)
bump up version to 0.11.3v0.11.3
Patch release: code quality improvements based on 100 Go Mistakes analysis. (Retried as 0.11.3 because 0.11.2 was already used in remote)
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index e03cf20..de7d632 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -1,4 +1,4 @@
package internal
// Version is the current version of Task Samurai.
-const Version = "0.11.2"
+const Version = "0.11.3"