From 1be9c1a4bdb3f97b32748479d9abf542ad7bb9bd Mon Sep 17 00:00:00 2001 From: mogemimi Date: Sat, 10 Oct 2020 19:17:34 +0900 Subject: [PATCH] Bump version to 0.1.7 --- include/Pomdog/Basic/Version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Pomdog/Basic/Version.hpp b/include/Pomdog/Basic/Version.hpp index 2960542f4..ba7d8ec36 100644 --- a/include/Pomdog/Basic/Version.hpp +++ b/include/Pomdog/Basic/Version.hpp @@ -5,4 +5,4 @@ // The version numbers follow the [Semantic Versioning](http://semver.org/) #define POMDOG_MAJOR_VERSION 0 #define POMDOG_MINOR_VERSION 1 -#define POMDOG_PATCH_VERSION 6 +#define POMDOG_PATCH_VERSION 7