Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
subuk committed Apr 4, 2020
1 parent f3ae108 commit 2a6b2bb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
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.10.0
VERSION = 0.11.0

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

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
vmango (0.11.0-1) unstable; urgency=medium

* Update upstream to 0.11.0

-- Matvey Kruglov <kubuzzzz@gmail.com> Sat, 4 Apr 2020 15:31:14 +0000

vmango (0.10.0-1) unstable; urgency=medium

* Update upstream to 0.10.0
Expand Down
3 changes: 3 additions & 0 deletions vmango.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
%{_unitdir}/vmango.service

%changelog
* Sat Apr 4 2020 15:31:14 +0000 Matvey Kruglov <kubuzzzz@gmail.com> 0.11.0-1
- Update upstream to 0.11.0

* Sun Nov 24 2019 11:56:03 +0000 Matvey Kruglov <kubuzzzz@gmail.com> 0.10.0-1
- Update upstream to 0.10.0

Expand Down

0 comments on commit 2a6b2bb

Please sign in to comment.