aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 78ef6b1..00cf830 100644
--- a/init.lua
+++ b/init.lua
@@ -12,7 +12,7 @@ local api = vim.api
local utils = require("utils")
-- check if we have the latest stable version of nvim
-local expected_ver = "0.8.1"
+local expected_ver = "0.8.2"
local nvim_ver = utils.get_nvim_version()
if nvim_ver ~= expected_ver then