From ef71f1741cea6d6c64f42f39b89c2308d356b0aa Mon Sep 17 00:00:00 2001 From: Henner Zeller Date: Tue, 18 Jun 2024 23:35:38 -0700 Subject: [PATCH] Use latest bant in CI --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f202f7..66620c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: - name: Get Bant run: | # TODO: provide this as action where we simply say with version=... - VERSION="v0.1.4" + VERSION="v0.1.5" STATIC_VERSION="bant-${VERSION}-linux-static-x86_64" wget "https://github.com/hzeller/bant/releases/download/${VERSION}/${STATIC_VERSION}.tar.gz" tar xvzf "${STATIC_VERSION}.tar.gz" diff --git a/README.md b/README.md index 45c9dad..77710d9 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ need for it). ``` $ bazel-bin/bant/bant -h -bant v0.1.4 +bant v0.1.5 Copyright (c) 2024 Henner Zeller. This program is free software; license GPL 2.0. Usage: bazel-bin/bant/bant [options] [bazel-target-pattern] Options