From 2dcc0881e7958cce428fda506b1d7c07ecf54fe5 Mon Sep 17 00:00:00 2001 From: Jay MOULIN Date: Tue, 26 Jan 2021 17:06:03 +0100 Subject: [PATCH] Bumps to 1.20.0 --- Makefile | 2 +- converter | 2 +- docker/Dockerfile | 2 +- download | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 029f5fda..2e0464cd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= 1.19.0 +VERSION ?= 1.20.0 CACHE ?= --no-cache=1 FULLVERSION ?= ${VERSION} archs ?= amd64 arm32v6 arm64v8 i386 diff --git a/converter b/converter index 202ae806..59475d9b 100755 --- a/converter +++ b/converter @@ -1,7 +1,7 @@ #!/usr/bin/env php diff --git a/docker/Dockerfile b/docker/Dockerfile index 13305f99..79e17736 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ FROM php:7.4-alpine COPY qemu-*-static /usr/bin/ -ARG VERSION=1.19.0 +ARG VERSION=1.20.0 LABEL maintainer="Jay MOULIN " LABEL version=${VERSION} diff --git a/download b/download index fc1e9604..25904c41 100755 --- a/download +++ b/download @@ -1,7 +1,7 @@ #!/usr/bin/env php