Browse Source
chore: bump Doom version \(`3.2.0-beta2` → `3.2.0`\)
my-config
NTBBloodbath
3 years ago
No known key found for this signature in database
GPG Key ID: 18D6730BC846AAC5
1 changed files with
1 additions and
1 deletions
-
lua/doom/utils/init.lua
|
|
@ -11,7 +11,7 @@ local system = require("doom.core.system") |
|
|
|
|
|
|
|
-------------------- HELPERS -------------------- |
|
|
|
--- Doom Nvim version |
|
|
|
utils.doom_version = "3.2.0-beta2" |
|
|
|
utils.doom_version = "3.2.0" |
|
|
|
|
|
|
|
--- For autocommands, extracted from |
|
|
|
--- https://github.com/norcalli/nvim_utils |
|
|
|