From 50d91c79be58141373f5f4fb5838a0f74731edda Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Sun, 20 Oct 2024 20:37:57 -0700 Subject: [PATCH] Bump 1.5.6 --- .github/workflows/test.yml | 2 +- README.md | 2 +- bin/compile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 98a3905..7195247 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: version: ["1.0.0.preview1", "0.6.4-mrb", "1.2.2"] default: [false] include: - - version: "1.5.5" + - version: "1.5.6" default: true steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index ddd34e1..ad3e1f7 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a [Heroku buildpack][0] for bundling a compatible [anycable-go][1] binary with your environment. -Anycable-Go version (default): `1.5.5` +Anycable-Go version (default): `1.5.6` ## Usage diff --git a/bin/compile b/bin/compile index 67bd2e4..c6aebdc 100755 --- a/bin/compile +++ b/bin/compile @@ -26,7 +26,7 @@ chmod +x $FETCH_PATH if [ -f "$ENV_DIR/HEROKU_ANYCABLE_GO_VERSION" ]; then version=`cat $ENV_DIR/HEROKU_ANYCABLE_GO_VERSION` else - version="1.5.5" + version="1.5.6" fi if [ -f "$ENV_DIR/HEROKU_ANYCABLE_GO_REPO" ]; then