diff options
author | Colin Okay <okay@toyful.space> | 2022-03-24 16:46:15 -0500 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-03-24 16:46:15 -0500 |
commit | a74a5964e9797cd2d6ec7e045b0c517cf182f2f2 (patch) | |
tree | f7733a749ac493ee70044e517df68eb069d4a17b | |
parent | 43becacf9fdb0dd9aa4564bcf3bd1cadb53e4cef (diff) |
[version] bumped minor version
-rw-r--r-- | oneliners.api.asd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oneliners.api.asd b/oneliners.api.asd index 7fa5bdc..575610e 100644 --- a/oneliners.api.asd +++ b/oneliners.api.asd @@ -1,5 +1,5 @@ (defsystem "oneliners.api" - :version "alppha-0.3.0" + :version "0.4.0" :author "Colin Okay" :license "AGPLv3" :depends-on ("lazybones-hunchentoot" |