Skip to content

Commit eade87f

Browse files
committed
fix(types): fixed type for version. Fixes #1381
1 parent af6afef commit eade87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy/types.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
---@field branch? string
4545
---@field tag? string
4646
---@field commit? string
47-
---@field version? string
47+
---@field version? string|boolean
4848
---@field pin? boolean
4949
---@field submodules? boolean Defaults to true
5050

0 commit comments

Comments
 (0)