Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
all: bump Doom version (3.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed Jul 12, 2021
1 parent 53632a0 commit f3e6a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ BYellow='\033[1;33m' # Yellow
# }}}

# Doom Nvim version
DoomNvimVersion='3.0.0'
DoomNvimVersion='3.0.2'
# System OS
System="$(uname -s)"

Expand Down
2 changes: 1 addition & 1 deletion lua/doom/utils/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local M = {}

-------------------- HELPERS --------------------
-- Doom Nvim version
M.doom_version = '3.0.0'
M.doom_version = '3.0.2'

-- Local files
M.doom_root = vim.fn.expand('$HOME/.config/doom-nvim')
Expand Down

0 comments on commit f3e6a2a

Please sign in to comment.