diff --git a/debian/changelog b/debian/changelog index 6b84c40..0d3e6c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +naemon-livestatus (1.4.1) UNRELEASED; urgency=low + + * new upstream release + + -- Naemon Development Team Wed, 01 Feb 2023 14:41:14 +0100 + naemon-livestatus (1.4.0) UNRELEASED; urgency=low * new upstream release diff --git a/naemon-livestatus.spec b/naemon-livestatus.spec index d9d8506..23f532d 100644 --- a/naemon-livestatus.spec +++ b/naemon-livestatus.spec @@ -1,6 +1,6 @@ Summary: Naemon Livestatus Eventbroker Module Name: naemon-livestatus -Version: 1.4.0 +Version: 1.4.1 Release: 0 License: GPL-2.0-only Group: Applications/System diff --git a/version.sh b/version.sh index 5bd9604..4e62451 100755 --- a/version.sh +++ b/version.sh @@ -1,6 +1,6 @@ #!/bin/sh -VERSION=1.4.0 +VERSION=1.4.1 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//')