From ef60602671c9d65d599007e0ec02f0c7ccb657ef Mon Sep 17 00:00:00 2001 From: tobiasrausch Date: Tue, 23 Nov 2021 12:54:37 +0100 Subject: [PATCH] v0.1.8 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 8e9ec07..a43ac73 100644 --- a/src/version.h +++ b/src/version.h @@ -5,7 +5,7 @@ namespace dicey { - std::string diceyVersionNumber = "0.1.7"; + std::string diceyVersionNumber = "0.1.8"; inline void printTitle(std::string const& title)