From 898df846a676a95a45825538a211b3fc9f054efe Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Thu, 15 May 2025 21:47:24 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version=201.1.0=20=E2=86=92=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- premake.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake.make b/premake.make index 6ac0859..3e3b96c 100644 --- a/premake.make +++ b/premake.make @@ -12,7 +12,7 @@ PRODUCT := tool # Single source of truth for version. MAJOR := 1 -MINOR := 1 +MINOR := 2 PATCH := 0 # Specify desired C++ standard for this project.