Bump version 1.0.1 → 1.1.0

This commit is contained in:
2025-08-07 10:43:37 +02:00
parent 89ea51fb19
commit 230f314cca

View File

@@ -12,8 +12,8 @@ PRODUCT := tool
# Single source of truth for version.
MAJOR := 1
MINOR := 0
PATCH := 1
MINOR := 1
PATCH := 0
# Specify desired C++ standard for this project.
CXXFLAGS += -std=c++20