From ff0df71f06626949335ffe090693af1601632535 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Fri, 25 Oct 2024 17:07:53 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd46320..4f33795 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ concurrency: cancel-in-progress: true env: - BOXLANG_VERSION: 1.0.0-19 + BOXLANG_VERSION: 1.0.0-20 IMAGE_VERSION: 1.0.0 # if 'development' it's true, then it's a snapshot build SNAPSHOT: ${{ github.ref == 'refs/heads/development' }}