base: Update version to 5.2.3

This commit is contained in:
tt2468
2023-06-08 15:03:52 -07:00
committed by Ryan Foster
parent 1d0e624e2d
commit 6fd18a7ef1
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16...3.25)
legacy_check()
set(obs-websocket_VERSION 5.2.2)
set(obs-websocket_VERSION 5.2.3)
set(OBS_WEBSOCKET_RPC_VERSION 1)
option(ENABLE_WEBSOCKET "Enable building OBS with websocket plugin" ON)

View File

@ -1,4 +1,4 @@
project(obs-websocket VERSION 5.2.2)
project(obs-websocket VERSION 5.2.3)
set(OBS_WEBSOCKET_RPC_VERSION 1)
option(ENABLE_WEBSOCKET "Enable building OBS with websocket plugin" ON)