Skip to content

Commit 8683e1c

Browse files
authored
Merge pull request #971 from github/release-3.7.0
Bump version: 3.7.0
2 parents 16de7d0 + 4f2c96f commit 8683e1c

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
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.4.0"
134+
supported_minimum_version="3.5.0"
135135

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

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
github-backup-utils (3.7.0) UNRELEASED; urgency=medium
2+
3+
4+
-- Devin Dooley <[email protected]> Tue, 25 Oct 2022 00:35:38 +0000
5+
16
github-backup-utils (3.6.0) UNRELEASED; urgency=medium
27

38

share/github-backup-utils/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.0
1+
3.7.0

test/testlib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export GHE_BACKUP_CONFIG GHE_DATA_DIR GHE_REMOTE_DATA_DIR GHE_REMOTE_ROOT_DIR
4242

4343
# The default remote appliance version. This may be set in the environment prior
4444
# to invoking tests to emulate a different remote vm version.
45-
: ${GHE_TEST_REMOTE_VERSION:=3.6.0.rc1}
45+
: ${GHE_TEST_REMOTE_VERSION:=3.7.0.rc1}
4646
export GHE_TEST_REMOTE_VERSION
4747

4848
# Source in the backup config and set GHE_REMOTE_XXX variables based on the

0 commit comments

Comments
 (0)