fix: correct version string in obsoletion calls

This commit is contained in:
Henrik Lissner 2024-08-26 18:07:47 -04:00
parent 4f5f9d6065
commit 6077b6f0d8
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
5 changed files with 8 additions and 8 deletions

View file

@ -13,9 +13,9 @@
;;
;;; Commands
(defcli-obsolete! ((build b)) (sync "--rebuild") "v3.0.0")
(defcli-obsolete! ((build b)) (sync "--rebuild") "3.0.0")
(defcli-obsolete! ((purge p)) (gc) "v3.0.0")
(defcli-obsolete! ((purge p)) (gc) "3.0.0")
;; TODO Rename to "doom gc" and move to its own file
(defcli! (gc)