Skip to content

Commit 16293c7

Browse files
authored
Merge pull request #117 from hackberrydev/version
Print 1.1 version
2 parents 25e8956 + 7c40759 commit 16293c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands.janet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
Output version information.
4040
```
4141
[]
42-
(print "Alas version 1.0"))
42+
(print "Alas version 1.1"))
4343

4444
(defn build-commands [arguments file-path]
4545
(filter any?

0 commit comments

Comments
 (0)