release(modules): 22.04.0-dev

Eventually, our modules will move to their own repos (doomemacs/modules
and doomemacs/contrib-modules). Once done, it will formally adopt the
CalVer versioning scheme (Doom's core will stick to SemVer -- these
decisions will be better explained later). These mini-releases won't
mean much until this happens, hence the -dev suffix.
This commit is contained in:
Henrik Lissner 2022-04-01 17:18:31 +02:00
parent cf79616202
commit 2b39e41368
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -27,7 +27,7 @@
(defconst doom-version "3.0.0-dev"
"Current version of Doom Emacs core.")
(defconst doom-modules-version "22.03.0-dev"
(defconst doom-modules-version "22.04.0-dev"
"Current version of Doom Emacs.")
(defvar doom-debug-p (or (getenv-internal "DEBUG") init-file-debug)