Bump version 1.2.0 -> 1.2.1

This commit is contained in:
2025-05-16 12:41:42 +02:00
parent 6b98a2df84
commit 99d7f3bfa2

View File

@@ -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