Skip to content
Snippets Groups Projects
Commit 9d9b40a16615 authored by GitLab Release Tools Bot's avatar GitLab Release Tools Bot
Browse files

Update upgrade stop to 17.5

[ci skip]
parent 83dee73f9895
No related branches found
No related tags found
3 merge requests!165Merge upstream Omnibus GitLab into Omnibus Heptapod,!164Merge upstream Omnibus GitLab into Omnibus Heptapod,!163Merge 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=17.3
MIN_VERSION=17.5
if [ -n "${OLD_VERSION_STRING}" ] ; then
# Checking
......
......@@ -16,7 +16,7 @@
end
def min_version
ENV['MIN_VERSION'] || '17.3'.freeze
ENV['MIN_VERSION'] || '17.5'.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