Skip to content

Commit 6755cd6

Browse files
committed
Merge branch 'main' of github.com:viamrobotics/viam-cpp-sdk into logger
2 parents bdebbab + 2c7f9e3 commit 6755cd6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/update_protos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
body: This is an auto-generated PR to update proto definitions. Check the commits to see which repos and commits are responsible for the changes
7878
assignees: stuqdog
7979
reviewers: stuqdog
80+
token: ${{ secrets.GIT_ACCESS_TOKEN }}
8081

8182
- name: Notify slack of failure
8283
uses: slackapi/[email protected]

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# constrained by the version of CMake available on target systems.
3535
cmake_minimum_required(VERSION 3.25 FATAL_ERROR)
3636

37-
set(CMAKE_PROJECT_VERSION 0.3.0)
37+
set(CMAKE_PROJECT_VERSION 0.4.0)
3838

3939
# Identify the project.
4040
project(viam-cpp-sdk

0 commit comments

Comments
 (0)