version: 0.3.0 → 0.4.0 in handshake, TUI, manifest, architecture doc
Some checks failed
Deploy (Gitea) / deploy (push) Failing after 2s

This commit is contained in:
2026-05-06 21:50:40 -04:00
parent a593b76015
commit f28363dc45
7 changed files with 8 additions and 8 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.3.0"))
(add-msg :system (format nil "* Connected v~a *" "0.4.0"))
(return-from connect-daemon t))
(usocket:connection-refused-error (c)
(when (= attempt 3)