From dd3da90710e1c9e0804a894f713abecd8e0cd259 Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Thu, 5 Oct 2017 13:37:23 +0200 Subject: [PATCH] feat(version): bump to v1.0.15 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index da6ed6f..7a24b06 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package bimg // Version represents the current package semantic version. -const Version = "1.0.14" +const Version = "1.0.15"