mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 07:24:52 +01:00
chore: bump codemp to 0.7.2
This commit is contained in:
parent
7e80f71509
commit
db1f537dcf
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ end
|
|||
local sep = '/'
|
||||
if os_uname.sysname == "Windows_NT" then sep = '\\' end
|
||||
|
||||
local version = "v0.7.1"
|
||||
local version = "v0.7.2"
|
||||
|
||||
local native_path = plugin_dir..sep.."lua"..sep.."codemp"..sep.."new-native."..ext
|
||||
local replace_native_path = plugin_dir..sep.."lua"..sep.."codemp"..sep.."native."..ext
|
||||
|
|
Loading…
Reference in a new issue