From aa28f795b62309441d85a1c8dc08725ec3bd026f Mon Sep 17 00:00:00 2001 From: acpaquette Date: Fri, 3 Mar 2023 09:52:14 -0700 Subject: [PATCH] Ticked build number --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 816c444a1e..486c9be61f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -23,7 +23,7 @@ # This is the build number for the current version you are building. If this is the first build of # this version, the build number will be 0. It is incremented by 1 with every consecutive build of # the same version. -{% set build_number = "0" %} +{% set build_number = "1" %} package: name: isis -- GitLab