From 95bae2d90ba5d7fbb40f00bd1416d2424c304ec4 Mon Sep 17 00:00:00 2001 From: Michal Vasko Date: Wed, 22 Jan 2025 08:27:26 +0100 Subject: [PATCH] VERSION bump to version 2.3.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 127f0819..224847ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ endif() # Generic version of not only the library. Major version is reserved for really big changes of the project, # minor version changes with added functionality (new tool, functionality of the tool or library, ...) and # micro version is changed with a set of small changes or bugfixes anywhere in the project. -set(NP2SRV_VERSION 2.3.0) +set(NP2SRV_VERSION 2.3.1) # libyang required version set(LIBYANG_DEP_VERSION 2.2.0)