We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdebbab + 2c7f9e3 commit 6755cd6Copy full SHA for 6755cd6
.github/workflows/update_protos.yml
@@ -77,6 +77,7 @@ jobs:
77
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
78
assignees: stuqdog
79
reviewers: stuqdog
80
+ token: ${{ secrets.GIT_ACCESS_TOKEN }}
81
82
- name: Notify slack of failure
83
uses: slackapi/[email protected]
CMakeLists.txt
@@ -34,7 +34,7 @@
34
# constrained by the version of CMake available on target systems.
35
cmake_minimum_required(VERSION 3.25 FATAL_ERROR)
36
37
-set(CMAKE_PROJECT_VERSION 0.3.0)
+set(CMAKE_PROJECT_VERSION 0.4.0)
38
39
# Identify the project.
40
project(viam-cpp-sdk
0 commit comments