Skip to content

Commit d20a1c7

Browse files
authored
Merge branch 'main' into workflow/update-protos
2 parents 793e5a1 + f9340e5 commit d20a1c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ai-updater.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: AI Updater Workflow
33
on:
44
push:
55
branches:
6-
- workflow/update-proto
6+
- workflow/update-protos
77
workflow_dispatch:
88

99
jobs:
1010
call-ai-updater:
1111
uses: gabegottlob/viam-ai-updater/.github/workflows/ai-updater.yml@main
1212
with:
13-
target_branch: workflow/update-proto
13+
target_branch: workflow/update-protos
1414
sdk: cpp
1515
secrets:
1616
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ else()
4141
cmake_minimum_required(VERSION 3.25 FATAL_ERROR)
4242
endif()
4343

44-
set(CMAKE_PROJECT_VERSION 0.16.0)
44+
set(CMAKE_PROJECT_VERSION 0.17.0)
4545

4646
# Identify the project.
4747
project(viam-cpp-sdk

0 commit comments

Comments
 (0)