Browse Source

all: bump version `2.2.0` → `2.3.0`

my-config
NTBBloodbath 4 years ago
parent
commit
c7488ba9e8
No known key found for this signature in database GPG Key ID: 18D6730BC846AAC5
  1. 2
      install.sh
  2. 2
      lua/doom/config/init.lua

2
install.sh

@ -32,7 +32,7 @@ BYellow='\033[1;33m' # Yellow
# }}}
# Doom Nvim version
DoomNvimVersion='2.2.0'
DoomNvimVersion='2.3.0'
# System OS
System="$(uname -s)"

2
lua/doom/config/init.lua

@ -4,7 +4,7 @@
-- License: MIT --
---[[---------------------------------------]]---
-- Doom Nvim version
Doom_version = '2.2.0'
Doom_version = '2.3.0'
-- Check if running Neovim or Vim and fails if:
-- 1. Running Vim instead of Neovim

Loading…
Cancel
Save