Skip to content

Commit

Permalink
Merge pull request #101 from gliderlabs/master
Browse files Browse the repository at this point in the history
Release 0.10.1
  • Loading branch information
josegonzalez authored Aug 12, 2023
2 parents 0360b07 + 3d14e3d commit e443be0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
REPOSITORY = sigil
HARDWARE = $(shell uname -m)
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
BASE_VERSION ?= 0.10.0
BASE_VERSION ?= 0.10.1
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish
BINARY_NAME = sigil
Expand Down Expand Up @@ -249,4 +249,5 @@ validate:
basht tests/*.bash

prebuild:
true
git config --global --add safe.directory $(shell pwd)
git status

0 comments on commit e443be0

Please sign in to comment.