aboutsummaryrefslogtreecommitdiff
path: root/src/main.go
diff options
context:
space:
mode:
authorkj_sh6042025-12-21 00:50:22 -0500
committerkj_sh6042025-12-21 00:50:22 -0500
commit55b998764275f1062005edb831d81f5a7d593fd6 (patch)
treeda94fd159e12cd011b757337aa2617f411c5752c /src/main.go
parent974faff38c246ec68df6e1a7ccb9b71c8570dfe0 (diff)
refactor: datever?
Diffstat (limited to 'src/main.go')
-rw-r--r--src/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.go b/src/main.go
index 2b0c84a..bab289c 100644
--- a/src/main.go
+++ b/src/main.go
@@ -16,7 +16,7 @@ import (
const (
appTitle = "kjagave"
- appVersion = "1.0"
+ appVersion = "20251221-0050"
)
type SavedColor struct {