From 38e6c408a2f612dc79409852e61f4347f107698e Mon Sep 17 00:00:00 2001 From: Paul-Louis Ageneau Date: Wed, 23 Oct 2024 14:02:59 +0200 Subject: [PATCH] Bumped version to 0.5.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb42522..9b88f3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.7) project(violet - VERSION 0.5.0 + VERSION 0.5.1 LANGUAGES C) set(PROJECT_DESCRIPTION "Lightweight STUN/TURN server")