Skip to content

Commit

Permalink
Fix version in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Apr 14, 2024
1 parent 7d47d6e commit 2459210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5)
project(
snapcast
LANGUAGES CXX
VERSION 0.28.0.1)
VERSION 0.28.0)

set(PROJECT_DESCRIPTION "Multiroom client-server audio player")
set(PROJECT_URL "https://github.com/badaix/snapcast")
Expand Down

0 comments on commit 2459210

Please sign in to comment.