From 24c0c2fcc1f54293425fc6cf83fcc36181012034 Mon Sep 17 00:00:00 2001
From: Khosrow Moossavi <khos2ow@gmail.com>
Date: Mon, 15 Oct 2018 01:19:57 +0000
Subject: [PATCH] Upgrade Hugo to v0.49.2 (#102)

---
 .hugo/version |    2 +-
 netlify.toml  |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.hugo/version b/.hugo/version
index c58922b..ab48d2d 100644
--- a/.hugo/version
+++ b/.hugo/version
@@ -1 +1 @@
-0.49/extended
+0.49.2/extended
diff --git a/netlify.toml b/netlify.toml
index 1cdf50e..7128d0b 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,10 +3,10 @@
   command = "make prepare && hugo --source demo --baseURL $URL"
 
 [context.production.environment]
-  HUGO_VERSION = "0.49"
+  HUGO_VERSION = "0.49.2"
 
 [context.deploy-preview]
   command = "make prepare && hugo --source demo --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
 
 [context.deploy-preview.environment]
-  HUGO_VERSION = "0.49"
+  HUGO_VERSION = "0.49.2"

--
Gitblit v1.10.0