Skip to content

Commit fc42c90

Browse files
committed
bump minimum required version [ci skip]
1 parent 8455fb2 commit fc42c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ghe-host-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ fi
130130

131131
# backup-utils 2.13 onwards limits support to the current and previous two releases
132132
# of GitHub Enterprise Server.
133-
supported_minimum_version="2.20.0"
133+
supported_minimum_version="2.21.0"
134134

135135
if [ "$(version $version)" -ge "$(version $supported_minimum_version)" ]; then
136136
supported=1

0 commit comments

Comments
 (0)