Bump version to 0.9.6.
This commit is contained in:
parent
31c0293f7f
commit
ccfc725450
2 changed files with 5 additions and 1 deletions
|
@ -28,6 +28,7 @@
|
|||
(module
|
||||
texts
|
||||
(
|
||||
banner-line
|
||||
banner
|
||||
license
|
||||
)
|
||||
|
@ -37,6 +38,9 @@
|
|||
(chicken string)
|
||||
(chicken format))
|
||||
|
||||
;; Short banner
|
||||
(define banner-line "HackerBase 0.9.6 (c) 2023 Brmlab, z.s.")
|
||||
|
||||
;; Banner source with numbers for ANSI CSI SGR
|
||||
(define banner-source "
|
||||
1 __ __ __
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue