Skip to content

Commit

Permalink
"Updated version 0.55 -> 0.56."
Browse files Browse the repository at this point in the history
  • Loading branch information
version-bumper committed Jul 31, 2024
1 parent 1e21859 commit 292cafd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

docker-compose -f docker-compose.build.yml build
docker tag coco-dev-coco-dev:latest jamieleecho/coco-dev:0.55
docker tag coco-dev-coco-dev:latest jamieleecho/coco-dev:0.56

2 changes: 1 addition & 1 deletion coco-dev
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ else
params=( bash )
fi

COCO_DEV_IMAGE=jamieleecho/coco-dev:0.55
COCO_DEV_IMAGE=jamieleecho/coco-dev:0.56

case "$(uname -s)" in

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "coco-dev",
"version": "0.55"
"version": "0.56"
}

0 comments on commit 292cafd

Please sign in to comment.