chore: bump version

This commit is contained in:
əlemi 2024-11-17 12:56:51 +01:00
parent 5cb11a85d7
commit c1f5cb2d5b
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -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