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:
parent
cf79616202
commit
2b39e41368
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue