fix(types): fixed type for `version`. Fixes #1381

This commit is contained in:
Folke Lemaitre 2024-03-24 11:30:00 +01:00
parent af6afefbb4
commit eade87fb83
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
---@field branch? string
---@field tag? string
---@field commit? string
---@field version? string
---@field version? string|boolean
---@field pin? boolean
---@field submodules? boolean Defaults to true