From f25e8232fd5774c331369b5d96090d044ef482e6 Mon Sep 17 00:00:00 2001
From: Henrik Triem <henrik.triem@netways.de>
Date: Mon, 2 Mar 2020 15:34:49 +0100
Subject: [PATCH] Release 2.11.3-1

---
 .gitlab-ci.yml | 2 +-
 icinga2.spec   | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4f6ff87..39dbeb9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ stages:
 
 variables:
   DOCKER_IMAGE_BASE: registry.icinga.com/build-docker
-  ICINGA_BUILD_TYPE: snapshot
+  ICINGA_BUILD_TYPE: release
   #ICINGA_BUILD_RELEASE_TYPE:
   #ICINGA_BUILD_TYPE:
   #ICINGA_BUILD_UPSTREAM_BRANCH:
diff --git a/icinga2.spec b/icinga2.spec
index 4f0b064..e6cbfa8 100644
--- a/icinga2.spec
+++ b/icinga2.spec
@@ -97,7 +97,7 @@ License:        GPLv2+
 %endif # suse
 Group:          System/Monitoring
 Name:           icinga2
-Version:        2.11.2
+Version:        2.11.3
 Release:        %{revision}%{?dist}
 Url:            https://www.icinga.com/
 Source:         https://github.com/Icinga/%{name}/archive/v%{version}.tar.gz
@@ -832,6 +832,9 @@ fi
 %{_datadir}/nano/%{name}.nanorc
 
 %changelog
+* Mon Mar 02 2020 Henrik Triem <henrik.triem@icinga.com> 2.11.3-1
+- Update to 2.11.3
+
 * Thu Oct 24 2019 Michael Friedrich <michael.friedrich@icinga.com> 2.11.2-1
 - Update to 2.11.2
 
-- 
GitLab