feat: bump version

master
Tomas 5 years ago
parent dc6db012b2
commit 0ae3ac43ce

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

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

Loading…
Cancel
Save