Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asherikov committed Aug 10, 2024
1 parent dd1cf0d commit 9dc7599
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8)
project(intrometry VERSION 0.1.0 LANGUAGES CXX)
project(intrometry VERSION 0.2.0 LANGUAGES CXX)

if(CCWS_CLANG_TIDY)
set(CMAKE_CXX_CLANG_TIDY "${CCWS_CLANG_TIDY}" CACHE STRING "" FORCE)
Expand Down
2 changes: 1 addition & 1 deletion doc/gh-pages
Submodule gh-pages updated 216 files
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>intrometry</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>Inner telemetry collector</description>
<maintainer email="[email protected]">Alexander Sherikov</maintainer>
<author email="[email protected]">Alexander Sherikov</author>
Expand Down

0 comments on commit 9dc7599

Please sign in to comment.