diff --git a/Makefile b/Makefile index 012ee7b2..2e14625c 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ ASSETS_SOURCES = $(shell find templates static) UNAME_S := $(shell uname -s) TARBALL_SOURCES = $(GO_SOURCES) Makefile README.md vmango.dist.conf vmango.service static/ templates/ vendor/ go.mod go.sum -VERSION = 0.10.0 +VERSION = 0.11.0 BUILD_LDFLAGS = -X subuk/vmango/web.AppVersion=$(VERSION) diff --git a/debian/changelog b/debian/changelog index 8db6f347..f47eece4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vmango (0.11.0-1) unstable; urgency=medium + + * Update upstream to 0.11.0 + + -- Matvey Kruglov Sat, 4 Apr 2020 15:31:14 +0000 + vmango (0.10.0-1) unstable; urgency=medium * Update upstream to 0.10.0 diff --git a/vmango.spec.in b/vmango.spec.in index b58a76e1..7b18a3fd 100644 --- a/vmango.spec.in +++ b/vmango.spec.in @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{_unitdir}/vmango.service %changelog +* Sat Apr 4 2020 15:31:14 +0000 Matvey Kruglov 0.11.0-1 +- Update upstream to 0.11.0 + * Sun Nov 24 2019 11:56:03 +0000 Matvey Kruglov 0.10.0-1 - Update upstream to 0.10.0