From b30f87483eccec6507385f73bb7e16b15f7c3355 Mon Sep 17 00:00:00 2001 From: Dawid Drozd Date: Tue, 29 Nov 2022 12:10:00 +0400 Subject: [PATCH] EventBus version bump v3.0.3 --- lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index e7a10e3..0755584 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -5,7 +5,7 @@ set(CPACK_GENERATOR "" CACHE STRING "Set packages CPack should build e.g. ZIP;TG # BUILD_SHARED_LIBS can controll build type! project(EventBus - VERSION 3.0.2 + VERSION 3.0.3 LANGUAGES CXX )