From f5b33a585794458b98f4f0b32b176ed478d0b650 Mon Sep 17 00:00:00 2001 From: Uwe Schuster Date: Wed, 29 Apr 2026 16:05:05 +0200 Subject: [PATCH] Bump to 0.6.1 (Hub::Listener friend fix) Co-Authored-By: Claude Opus 4.7 (1M context) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ec8784d..f53245f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.14) -project(oatpp-authkit VERSION 0.6.0 LANGUAGES CXX) +project(oatpp-authkit VERSION 0.6.1 LANGUAGES CXX) # Header-only interface library — no compilation, just an include path and # a CMake config package so consumers do: