From d3bafe2885e3cd3790ffaded882c8880a7a64712 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Fri, 8 Aug 2025 12:43:11 +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 221938b..c9a8e72 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.