sbs

A Simple Blogging System.
git clone https://git.sr.ht/~jbauer/sbs
Log | Files | Refs | README | LICENSE

commit 45b32243cf2a984191f14899ce0d80bf266f352e
parent 950fd84d7e50dd898b3554d24585fd056a8a0032
Author: Jake Bauer <jbauer@paritybit.ca>
Date:   Sat,  8 Apr 2023 14:36:18 -0400

Fix wrong version number in code, oops!

Diffstat:
Msbs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbs b/sbs @@ -320,7 +320,7 @@ case "$1" in push ;; "version") - echo "v1.1.0" ; + echo "v1.1.3" ; ;; *) echo "Unknown command. See sbs(1) for documentation."