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 793e5a1 + f9340e5 commit d20a1c7Copy full SHA for d20a1c7
.github/workflows/ai-updater.yml
@@ -3,14 +3,14 @@ name: AI Updater Workflow
3
on:
4
push:
5
branches:
6
- - workflow/update-proto
+ - workflow/update-protos
7
workflow_dispatch:
8
9
jobs:
10
call-ai-updater:
11
uses: gabegottlob/viam-ai-updater/.github/workflows/ai-updater.yml@main
12
with:
13
- target_branch: workflow/update-proto
+ target_branch: workflow/update-protos
14
sdk: cpp
15
secrets:
16
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
CMakeLists.txt
@@ -41,7 +41,7 @@ else()
41
cmake_minimum_required(VERSION 3.25 FATAL_ERROR)
42
endif()
43
44
-set(CMAKE_PROJECT_VERSION 0.16.0)
+set(CMAKE_PROJECT_VERSION 0.17.0)
45
46
# Identify the project.
47
project(viam-cpp-sdk
0 commit comments