diff options
author | Colin Okay <okay@toyful.space> | 2022-03-01 12:19:19 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-03-01 12:19:19 -0600 |
commit | adfedd999771a60b2a804066ff2ff6f0f2643eb5 (patch) | |
tree | 9cacdaa4643217a3cdc36e6e66c309e2c3a9216e /oneliners.cli.asd | |
parent | ff8a6b5bb611fa5094de230e38c7f35188726e79 (diff) |
--explain now fetches oneliners from server when needed
Diffstat (limited to 'oneliners.cli.asd')
-rw-r--r-- | oneliners.cli.asd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oneliners.cli.asd b/oneliners.cli.asd index 19cdb69..7b298cb 100644 --- a/oneliners.cli.asd +++ b/oneliners.cli.asd @@ -1,5 +1,5 @@ (defsystem "oneliners.cli" - :version "0.4.2" + :version "0.4.3" :author "Colin Okay" :license "AGPLv3" :depends-on ("trivial-clipboard" |