From d4f41ad30d79644c954f7c8f966caec98519f75c Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Thu, 25 May 2017 18:45:38 +0100 Subject: [PATCH] feat(version): bump to v1.0.9 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index daab16a..682eaaa 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package bimg // Version represents the current package semantic version. -const Version = "1.0.8" +const Version = "1.0.9"