We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8c7be commit a0fe17bCopy full SHA for a0fe17b
lua/neocodeium/binary.lua
@@ -14,7 +14,7 @@ local fn = vim.fn
14
---@field version string
15
---@field path filepath
16
---@field suffix? string
17
-local Bin = { version = "1.38.0" }
+local Bin = { version = "1.42.8" }
18
19
-- Auxiliary functions ------------------------------------- {{{1
20
0 commit comments