From 2b39e4136850ffec8188d59521266966c9f46771 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 1 Apr 2022 17:18:31 +0200 Subject: [PATCH] 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. --- core/core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.el b/core/core.el index 5a9b3e8a9..670a9cc5d 100644 --- a/core/core.el +++ b/core/core.el @@ -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)