Skip to content

Commit

Permalink
"Updated version 0.58 -> 0.59."
Browse files Browse the repository at this point in the history
  • Loading branch information
version-bumper committed Sep 8, 2024
1 parent e703fab commit 029548a
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.58
docker tag coco-dev-coco-dev:latest jamieleecho/coco-dev:0.59

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.58
COCO_DEV_IMAGE=jamieleecho/coco-dev:0.59

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.58"
"version": "0.59"
}

0 comments on commit 029548a

Please sign in to comment.