From ffcd77dd7cd226f11e16f81fa38e132a73431a40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Isager=20Dalsgar=C3=B0?= Date: Fri, 5 Apr 2024 13:00:10 +0200 Subject: [PATCH] v1.2.0 --- include/bare/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/bare/version.h b/include/bare/version.h index 4805f81..cdef60d 100644 --- a/include/bare/version.h +++ b/include/bare/version.h @@ -4,8 +4,8 @@ #include "helper.h" #define BARE_VERSION_MAJOR 1 -#define BARE_VERSION_MINOR 1 -#define BARE_VERSION_PATCH 2 +#define BARE_VERSION_MINOR 2 +#define BARE_VERSION_PATCH 0 #define BARE_VERSION BARE_STRING(BARE_VERSION_MAJOR) "." BARE_STRING(BARE_VERSION_MINOR) "." BARE_STRING(BARE_VERSION_PATCH)