From e307c570c266bdb783e98a0177b7520e2eaf6f52 Mon Sep 17 00:00:00 2001 From: Nihad Abbasov Date: Sat, 28 Nov 2020 11:13:40 +0200 Subject: [PATCH] Release v4.17.0 --- lib/gitlab/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gitlab/version.rb b/lib/gitlab/version.rb index 9891e3db5..71707dccf 100644 --- a/lib/gitlab/version.rb +++ b/lib/gitlab/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Gitlab - VERSION = '4.16.1' + VERSION = '4.17.0' end