From 96bb51da0d486ee2ddd49a70a18f4d23e6d69654 Mon Sep 17 00:00:00 2001 From: "Sanad Liaquat (Personal)" Date: Thu, 6 Apr 2023 14:24:18 +0500 Subject: [PATCH] Bump version to 9.2.0 --- Gemfile.lock | 2 +- lib/gitlab/qa/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 86e9161b..1d41a9ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - gitlab-qa (9.1.2) + gitlab-qa (9.2.0) activesupport (~> 6.1) gitlab (~> 4.18.0) http (~> 5.0) diff --git a/lib/gitlab/qa/version.rb b/lib/gitlab/qa/version.rb index bed36ebc..3a700360 100644 --- a/lib/gitlab/qa/version.rb +++ b/lib/gitlab/qa/version.rb @@ -2,6 +2,6 @@ module Gitlab module QA - VERSION = '9.1.2' + VERSION = '9.2.0' end end -- GitLab