Skip to content

Commit 50a5c33

Browse files
Update minimun supported version to be 3.7
Update minimun supported version to be 3.7
1 parent 4b5df47 commit 50a5c33

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
@@ -131,7 +131,7 @@ fi
131131

132132
# backup-utils 2.13 onwards limits support to the current and previous two releases
133133
# of GitHub Enterprise Server.
134-
supported_minimum_version="3.6.0"
134+
supported_minimum_version="3.7.0"
135135

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

0 commit comments

Comments
 (0)