From 3c1ef88a20bc288ec8d1b392f394907f7f4d902e Mon Sep 17 00:00:00 2001 From: Frans Bouma Date: Wed, 10 Feb 2016 13:26:54 +0100 Subject: [PATCH] Version bump due to fix --- src/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Constants.cs b/src/Constants.cs index 69aed6d..7e5cec9 100644 --- a/src/Constants.cs +++ b/src/Constants.cs @@ -30,6 +30,6 @@ namespace Docnet { public class Constants { - public const string Version = "0.7"; + public const string Version = "0.7.1"; } }