From d444d79c5a96fc8c34283d6c18ddbfd6dcbb26c3 Mon Sep 17 00:00:00 2001
From: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Sat, 10 Aug 2019 12:25:34 +0000
Subject: [PATCH] Fix min_version (#189)

---
 theme.toml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/theme.toml b/theme.toml
index 1397d76..8630f8b 100755
--- a/theme.toml
+++ b/theme.toml
@@ -8,7 +8,7 @@
 homepage = "https://github.com/budparr/gohugo-theme-ananke"
 tags = ["website", "starter", "responsive", "Disqus", "blog", "Tachyons", "Multilingual"]
 features = ["posts", "shortcodes", "related content", "comments"]
-min_version = 0.30.2
+min_version = "0.30.2"
 
 [author]
   name = "Bud Parr"

--
Gitblit v1.10.0