From 8b3c78cf20fdeae2df0a28ebd98b8c4f8a14059f Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sun, 15 Sep 2019 17:48:26 -0700 Subject: [PATCH] Version needs to be a string... --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 266c42f..dd40d53 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ name: pugixml.org description: Light-weight, simple and fast XML parser for C++ with XPath support url: http://pugixml.org/ -version: 1.10 +version: "1.10" gems: - jekyll-redirect-from