From dbc7b07ff21780e0bf4e6fa4fae7efb79d2a2a8b Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 04:55:08 +0000 Subject: [PATCH] Bump CONDA_BUILD_NUMBER after successful Conda packages build and upload --- conda/cmake/CondaGenerationOptions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/cmake/CondaGenerationOptions.cmake b/conda/cmake/CondaGenerationOptions.cmake index 026dd9db1..46771ae7b 100644 --- a/conda/cmake/CondaGenerationOptions.cmake +++ b/conda/cmake/CondaGenerationOptions.cmake @@ -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 101) + set(CONDA_BUILD_NUMBER 102) endif() # This option is enabled only when the metapackages robotology-distro and robotology-distro-all are