Skip to content
Snippets Groups Projects
Commit 30f5a0bf authored by Balasankar 'Balu' C's avatar Balasankar 'Balu' C
Browse files

Merge branch 'upgrade-stop-16-11' into 'master'

parents 37263b49 75ab1bf7
No related branches found
No related tags found
2 merge requests!144heptapod#1622: making 17.0 the oldstable,!127Merge upstream Omnibus GitLab into Omnibus Heptapod
......@@ -39,7 +39,7 @@
upgrade_check() {
# Minimum version from which jumps are permitted to current version.
# Follows https://docs.gitlab.com/ee/update/index.html#upgrade-paths
MIN_VERSION=16.7
MIN_VERSION=16.11
if [ -n "${OLD_VERSION_STRING}" ] ; then
# Checking
......
......@@ -16,7 +16,7 @@
end
def min_version
ENV['MIN_VERSION'] || '16.7'.freeze
ENV['MIN_VERSION'] || '16.11'.freeze
end
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment