From 80eeacc98e06a995612e51c3c4642d05468a34bd Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Wed, 26 Aug 2020 12:04:44 -0700 Subject: [PATCH] Forgot to increment the version number --- version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.hpp b/version.hpp index 7f0f6a7..8f9c723 100644 --- a/version.hpp +++ b/version.hpp @@ -1,6 +1,6 @@ #ifndef VERSION_HPP #define VERSION_HPP -#define VERSION "v1.35.0" +#define VERSION "v1.36.0" #endif