From 27072e9fe75fb2725a7798d5f56efbc530af7e5b Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Tue, 23 Apr 2024 22:46:43 +0200 Subject: [PATCH] version bump to indicate ABI change. modules just need to be recompiled. --- core/src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/version.h b/core/src/version.h index 60ee5ef6..3e0b37f5 100644 --- a/core/src/version.h +++ b/core/src/version.h @@ -1,3 +1,3 @@ #pragma once -#define VERSION_STR "1.1.0" \ No newline at end of file +#define VERSION_STR "1.2.0" \ No newline at end of file