From 0f905c0eba9b6d0f63a755213a1214e402e3cde4 Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Wed, 16 Oct 2024 15:05:15 -0700 Subject: [PATCH] Bump 1.5.5 --- .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 576ed8f..98a3905 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.4" + - version: "1.5.5" default: true steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 75e72df..ddd34e1 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.4` +Anycable-Go version (default): `1.5.5` ## Usage diff --git a/bin/compile b/bin/compile index eae87d6..67bd2e4 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.4" + version="1.5.5" fi if [ -f "$ENV_DIR/HEROKU_ANYCABLE_GO_REPO" ]; then