Skip to content

Commit

Permalink
Updating library version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmedd committed Aug 16, 2024
1 parent d3f30d8 commit c788e45
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 @@ -10,7 +10,7 @@
# SPDX-License-Identifier: Apache-2.0

cmake_minimum_required(VERSION 3.10.0)
project(up-transport-zenoh-cpp VERSION 0.1.5 LANGUAGES CXX DESCRIPTION "C++ Zenoh Transport for uProtocol")
project(up-transport-zenoh-cpp VERSION 1.0.0 LANGUAGES CXX DESCRIPTION "C++ Zenoh Transport for uProtocol")

find_package(protobuf REQUIRED)
find_package(spdlog REQUIRED)
Expand Down

0 comments on commit c788e45

Please sign in to comment.