Skip to content

Commit 4fdfa99

Browse files
committed
feat: check-vgv-cli min version to 1.1.0
1 parent 5066147 commit 4fdfa99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hooks/scripts/check-vgv-cli.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ if ! command -v jq &>/dev/null; then
77
exit 1
88
fi
99

10-
MIN_VERSION="1.0.0"
10+
MIN_VERSION="1.1.0"
1111
MIN_MAJOR=1
12-
MIN_MINOR=0
12+
MIN_MINOR=1
1313
MIN_PATCH=0
1414

1515
deny() {

0 commit comments

Comments
 (0)