Skip to content

Commit 593806e

Browse files
committed
alpha for now
1 parent 975d5ea commit 593806e

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

bin/proj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
(:require [lioss.main :as lioss]))
55

66
(lioss/main
7-
{:license :mpl
8-
:inception-year 2024
9-
:description "Command line parser with good subcommand and help handling"
10-
:group-id "com.lambdaisland"})
7+
{:license :mpl
8+
:inception-year 2024
9+
:description "Command line parser with good subcommand and help handling"
10+
:version-qualifier "alpha"
11+
:group-id "com.lambdaisland"})
1112

1213
;; Local Variables:
1314
;; mode:clojure

0 commit comments

Comments
 (0)