Skip to content

Commit

Permalink
Bump CONDA_BUILD_NUMBER after successful Conda packages build and upload
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 5, 2024
1 parent 167decf commit 48e9769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/cmake/CondaGenerationOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# to ensure that binaries belonging to different rebuilds
# can be distinguished even if the version number is the same
if(NOT CONDA_BUILD_NUMBER)
set(CONDA_BUILD_NUMBER 146)
set(CONDA_BUILD_NUMBER 147)
endif()

# This option is enabled only when the metapackages robotology-distro and robotology-distro-all are
Expand Down

0 comments on commit 48e9769

Please sign in to comment.