Skip to content

Commit

Permalink
Updating the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Anema committed Feb 16, 2017
1 parent 009af7a commit 8e794af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ baseurl: "/themekit"
url: "https://shopify.github.io"
sass:
cache: true
themekitversion: "v0.6.6"
themekitversion: "v0.6.7"

# Build settings
markdown: kramdown
2 changes: 1 addition & 1 deletion kit/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

var (
// ThemeKitVersion is the version build of the library
ThemeKitVersion, _ = version.NewVersion("0.6.6")
ThemeKitVersion, _ = version.NewVersion("0.6.7")
releasesURL = "https://shopify-themekit.s3.amazonaws.com/releases/all.json"
)

Expand Down

0 comments on commit 8e794af

Please sign in to comment.