Skip to content

Commit b6d4d5b

Browse files
committed
Merge branch 'main' into alpine-build
2 parents 143f1a2 + e7f77e2 commit b6d4d5b

File tree

16 files changed

+1023
-231
lines changed

16 files changed

+1023
-231
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
conan create . --build=missing -pr conan/profiles/${{ matrix.profile }} -o "&:with_docs=False" -o "&:cpack=True" -o "&:cpack_destination=${{ env.ZIP_DIR }}" -o "&:shared=${{ matrix.shared }}"
100100
101101
- name: Release
102-
uses: softprops/action-gh-release@v1
102+
uses: softprops/action-gh-release@v2
103103
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.shared == 'False' }}
104104
with:
105105
name: Version ${{ github.ref_name }}

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# The version number.
22
set(AGENT_VERSION_MAJOR 2)
3-
set(AGENT_VERSION_MINOR 3)
3+
set(AGENT_VERSION_MINOR 4)
44
set(AGENT_VERSION_PATCH 0)
5-
set(AGENT_VERSION_BUILD 16)
5+
set(AGENT_VERSION_BUILD 4)
66
set(AGENT_VERSION_RC "")
77

88
# This minimum version is to support Visual Studio 2019 and C++ feature checking and FetchContent

0 commit comments

Comments
 (0)