From d9f80edd2d8b4f5f20918b6cf6c3389c5d50876e Mon Sep 17 00:00:00 2001 From: Tim Anema Date: Wed, 8 Feb 2017 09:22:51 -0500 Subject: [PATCH] bump the version --- docs/_config.yml | 2 +- kit/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 57849b32..41689550 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -6,7 +6,7 @@ baseurl: "/themekit" url: "https://shopify.github.io" sass: cache: true -themekitversion: "v0.6.5" +themekitversion: "v0.6.6" # Build settings markdown: kramdown diff --git a/kit/version.go b/kit/version.go index 371bab6f..1da744c8 100644 --- a/kit/version.go +++ b/kit/version.go @@ -14,7 +14,7 @@ import ( var ( // ThemeKitVersion is the version build of the library - ThemeKitVersion, _ = version.NewVersion("0.6.5") + ThemeKitVersion, _ = version.NewVersion("0.6.6") releasesURL = "https://shopify-themekit.s3.amazonaws.com/releases/all.json" )