feat: bump version

This commit is contained in:
Tomas 2020-08-04 12:57:15 +02:00
parent dc6db012b2
commit 0ae3ac43ce
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ FROM golang:1.14
LABEL maintainer "tomas@aparicio.me" LABEL maintainer "tomas@aparicio.me"
ARG LIBVIPS_VERSION=8.9.2 ARG LIBVIPS_VERSION=8.9.2
ARG GOLANGCILINT_VERSION=1.23.3 ARG GOLANGCILINT_VERSION=1.29.0
# Installs libvips + required libraries # Installs libvips + required libraries
RUN DEBIAN_FRONTEND=noninteractive \ RUN DEBIAN_FRONTEND=noninteractive \

View file

@ -1,4 +1,4 @@
package bimg package bimg
// Version represents the current package semantic version. // Version represents the current package semantic version.
const Version = "1.1.2" const Version = "1.1.3"