From 4f93afa4b96d3f626f90521c1e2783a090f5146c Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Thu, 22 Aug 2019 11:30:50 -0700 Subject: [PATCH] Release 5.0.0 gitlab-monitor is now called gitlab-exporter. --- lib/gitlab_exporter/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gitlab_exporter/version.rb b/lib/gitlab_exporter/version.rb index 002fffb..a01219b 100644 --- a/lib/gitlab_exporter/version.rb +++ b/lib/gitlab_exporter/version.rb @@ -1,5 +1,5 @@ module GitLab module Exporter - VERSION = "4.2.0".freeze + VERSION = "5.0.0".freeze end end -- GitLab