From 7558d3cb0e00885580cc272886cccb9bab7f4af2 Mon Sep 17 00:00:00 2001 From: tobiasrausch Date: Thu, 3 Feb 2022 13:04:38 +0100 Subject: [PATCH] v0.1.2 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index f95eaec..4877da3 100644 --- a/src/version.h +++ b/src/version.h @@ -5,7 +5,7 @@ namespace lorax { - std::string loraxVersionNumber = "0.1.1"; + std::string loraxVersionNumber = "0.1.2"; inline void printTitle(std::string const& title)