We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bbac40 commit 76536a8Copy full SHA for 76536a8
Makefile
@@ -4,7 +4,7 @@ REPOSITORY = herokuish
4
DESCRIPTION = 'Herokuish uses Docker and Buildpacks to build applications like Heroku'
5
HARDWARE = $(shell uname -m)
6
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
7
-VERSION ?= 0.7.1
+VERSION ?= 0.7.2
8
IMAGE_NAME ?= $(NAME)
9
BUILD_TAG ?= dev
10
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish
0 commit comments