mirror of
https://github.com/h2non/imaginary.git
synced 2026-05-29 11:18:41 +02:00
feat(version): bump to v1.0.13
This commit is contained in:
+1
-1
@@ -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
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user