Bumped version to 1.0.1

This commit is contained in:
2025-01-08 13:13:43 +01:00
parent 259117bad5
commit aaccb1c70d
3 changed files with 8 additions and 7 deletions

View File

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