Skip to content

Commit

Permalink
release 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Nierlein <sven@nierlein.de>
  • Loading branch information
sni committed Nov 5, 2021
1 parent 56b5e98 commit 15d9315
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
naemon-livestatus (1.3.0) UNRELEASED; urgency=low

* new upstream release

-- Naemon Development Team <naemon-dev@monitoring-lists.org> Thu, 04 Nov 2021 13:41:12 +0100

naemon-livestatus (1.2.4.1) UNRELEASED; urgency=low

* new upstream release
Expand Down
2 changes: 1 addition & 1 deletion naemon-livestatus.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Naemon Livestatus Eventbroker Module
Name: naemon-livestatus
Version: 1.2.4.1
Version: 1.3.0
Release: 0
License: GPL-2.0-only
Group: Applications/System
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

VERSION=1.2.4.1
VERSION=1.3.0
if test -e .git; then
if hash git 2>/dev/null; then
VERSION=$(git describe --tag --exact-match 2>/dev/null | sed -e 's/^v//')
Expand Down

0 comments on commit 15d9315

Please sign in to comment.