Skip to content

Commit 2be6a26

Browse files
authored
Merge pull request #13 from dokku/master
Release 0.5.0
2 parents 450a5d4 + 58db0d4 commit 2be6a26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
55
REPOSITORY = dokku-event-listener
66
HARDWARE = $(shell uname -m)
77
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
8-
BASE_VERSION ?= 0.4.0
8+
BASE_VERSION ?= 0.5.0
99
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
1010
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish
1111

@@ -150,6 +150,7 @@ release-packagecloud:
150150
release-packagecloud-deb: build/deb/$(NAME)_$(VERSION)_amd64.deb
151151
package_cloud push $(PACKAGECLOUD_REPOSITORY)/ubuntu/xenial build/deb/$(NAME)_$(VERSION)_amd64.deb
152152
package_cloud push $(PACKAGECLOUD_REPOSITORY)/ubuntu/bionic build/deb/$(NAME)_$(VERSION)_amd64.deb
153+
package_cloud push $(PACKAGECLOUD_REPOSITORY)/ubuntu/focal build/deb/$(NAME)_$(VERSION)_amd64.deb
153154
package_cloud push $(PACKAGECLOUD_REPOSITORY)/debian/stretch build/deb/$(NAME)_$(VERSION)_amd64.deb
154155
package_cloud push $(PACKAGECLOUD_REPOSITORY)/debian/buster build/deb/$(NAME)_$(VERSION)_amd64.deb
155156

0 commit comments

Comments
 (0)