diff --git a/premake.make b/premake.make index 3e3b96c..fbd1cd8 100644 --- a/premake.make +++ b/premake.make @@ -13,7 +13,7 @@ PRODUCT := tool # Single source of truth for version. MAJOR := 1 MINOR := 2 -PATCH := 0 +PATCH := 1 # Specify desired C++ standard for this project. CXXFLAGS += -std=c++20