summaryrefslogtreecommitdiff
path: root/internal/version/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-17 08:06:10 +0200
committerPaul Buetow <paul@buetow.org>2026-02-17 08:06:10 +0200
commitc680422366d7a4fc358917b8c8af5dd5bae792ae (patch)
tree69e6f787e8d5a2432a2b044dceaf3749d7938b52 /internal/version/version.go
parent41e25da4ccb3121ee9d22f8e9ad48568241d897c (diff)
Align codebase with Go best practices (ordering and style)v0.10.1
- Fix struct field alignment in Config and runState - Move parseBool() after Config methods (group methods together) - Move interface satisfaction checks after type definitions in store.go - Move linkScales var to top of display.go with other declarations - Clean up orphaned comment and blank line - Bump version to 0.10.1 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'internal/version/version.go')
-rw-r--r--internal/version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version/version.go b/internal/version/version.go
index 1cb63c3..bc3d485 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -1,4 +1,4 @@
package version
// Version is the application version (set at build time or here for development).
-const Version = "0.10.0"
+const Version = "0.10.1"