We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5066147 commit 4fdfa99Copy full SHA for 4fdfa99
1 file changed
hooks/scripts/check-vgv-cli.sh
@@ -7,9 +7,9 @@ if ! command -v jq &>/dev/null; then
7
exit 1
8
fi
9
10
-MIN_VERSION="1.0.0"
+MIN_VERSION="1.1.0"
11
MIN_MAJOR=1
12
-MIN_MINOR=0
+MIN_MINOR=1
13
MIN_PATCH=0
14
15
deny() {
0 commit comments