chore: bump version to 4.8.1.8 (#1099)

- fixed m_isDevGatewayEnv initialization in Settings class
This commit is contained in:
Nethius 2024-09-29 18:29:36 +04:00 committed by GitHub
parent c3805195af
commit 371cadcc02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.25.0 FATAL_ERROR)
set(PROJECT AmneziaVPN)
project(${PROJECT} VERSION 4.8.1.1
project(${PROJECT} VERSION 4.8.1.8
DESCRIPTION "AmneziaVPN"
HOMEPAGE_URL "https://amnezia.org/"
)