TUI: fix hardcoded version string 0.4.0→0.5.0 in connect-daemon
Some checks failed
Deploy (Gitea) / deploy (push) Failing after 2s

This commit is contained in:
2026-05-07 20:33:29 -04:00
parent 924bf8f479
commit 429abedb5a
2 changed files with 2 additions and 2 deletions

View File

@@ -274,7 +274,7 @@
(st :connected) t)
(bt:make-thread (lambda () (reader-loop (st :stream)))
:name "tui-reader")
(add-msg :system (format nil "* Connected v~a *" "0.4.0"))
(add-msg :system (format nil "* Connected v~a *" "0.5.0"))
(return-from connect-daemon t))
(usocket:connection-refused-error (c)
(when (= attempt 3)