From 56309c5e8a62591ed53b86842de57ee30977f426 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Thu, 3 Apr 2025 15:55:13 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version=201.0.0=20=E2=86=92=201.1.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 a68c732..6ac0859 100644 --- a/premake.make +++ b/premake.make @@ -12,7 +12,7 @@ PRODUCT := tool # Single source of truth for version. MAJOR := 1 -MINOR := 0 +MINOR := 1 PATCH := 0 # Specify desired C++ standard for this project.