chore: bump to 0.8.4

This commit is contained in:
əlemi 2024-11-17 16:49:07 +01:00
parent 3f098185ca
commit cc9b6769c2
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.2"
local version = "v0.8.4"
local plugin_dir = vim.fn.fnamemodify(debug.getinfo(1, "S").source:sub(2), ":p:h") -- got this from https://lazy.folke.io/developers#building