Skip to content

Commit

Permalink
Bump 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Oct 16, 2024
1 parent c9b8951 commit 0f905c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f905c0

Please sign in to comment.