feat(version): bump to v1.0.13

This commit is contained in:
Tomas Aparicio
2018-03-01 17:26:49 +01:00
parent dcf0faa753
commit 2bdf43ba4d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ RUN \
ENV PORT 9000
# Go version to use
ENV GOLANG_VERSION 1.9.2
ENV GOLANG_VERSION 1.10
# gcc for cgo
RUN apt-get update && apt-get install -y \
+1 -1
View File
@@ -3,7 +3,7 @@ package main
import "gopkg.in/h2non/bimg.v1"
// Version stores the current package semantic version
const Version = "1.0.11"
const Version = "1.0.13"
// Version represents the supported version
type Versions struct {