diff --git a/CMakeLists.txt b/CMakeLists.txt index cbce1c18b..84a67b48f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.13) project(libdatachannel - VERSION 0.22.0 + VERSION 0.22.1 LANGUAGES CXX) set(PROJECT_DESCRIPTION "C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets") diff --git a/include/rtc/version.h b/include/rtc/version.h index 2b8042a59..f71cc39df 100644 --- a/include/rtc/version.h +++ b/include/rtc/version.h @@ -3,7 +3,7 @@ #define RTC_VERSION_MAJOR 0 #define RTC_VERSION_MINOR 22 -#define RTC_VERSION_PATCH 0 -#define RTC_VERSION "0.22.0" +#define RTC_VERSION_PATCH 1 +#define RTC_VERSION "0.22.1" #endif