From 8af017d6ed524c5f86567ba49c55dae6d65ccac6 Mon Sep 17 00:00:00 2001 From: acpaquette Date: Fri, 3 Mar 2023 09:58:04 -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 1bb79d04ce..dfd5897d4e 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