Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
subuk committed Sep 7, 2019
1 parent f5785b1 commit cd84e7f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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.9.0
VERSION = 0.9.1

BUILD_LDFLAGS = -X subuk/vmango/web.AppVersion=$(VERSION)

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
vmango (0.9.1-1) unstable; urgency=medium

* Update upstream to 0.9.1

-- Matvey Kruglov <kubuzzzz@gmail.com> Sat, 07 Sep 2019 20:31:31 +0000

vmango (0.9.0-1) unstable; urgency=medium

* Initial release
Expand Down
4 changes: 4 additions & 0 deletions vmango.spec.in
Expand Up @@ -53,3 +53,7 @@ rm -rf $RPM_BUILD_ROOT
%attr(0755,vmango,vmango) /var/lib/vmango
%config(noreplace) /etc/vmango.conf
%{_unitdir}/vmango.service

%changelog
* Sat Sep 7 2019 20:11:31 +0000 Matvey Kruglov <kubuzzzz@gmail.com> 0.9.1-1
- Update upstream to 0.9.1

0 comments on commit cd84e7f

Please sign in to comment.