mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 23:44:55 +01:00
chore: bump version
This commit is contained in:
parent
5cb11a85d7
commit
c1f5cb2d5b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
-- `native.(so|dll|dylib)` file in this plugin folder, next to
|
||||
-- the `loader.lua` file.
|
||||
|
||||
local version = "v0.8.0"
|
||||
local version = "v0.8.2"
|
||||
|
||||
|
||||
local plugin_dir = vim.fn.fnamemodify(debug.getinfo(1, "S").source:sub(2), ":p:h") -- got this from https://lazy.folke.io/developers#building
|
||||
|
|
Loading…
Reference in a new issue