Skip to content

Commit

Permalink
"Updated version 0.30 -> 0.31."
Browse files Browse the repository at this point in the history
  • Loading branch information
version-bumper committed Jan 31, 2021
1 parent de30193 commit b338733
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:18.04

MAINTAINER Jamie Cho version: 0.30
MAINTAINER Jamie Cho version: 0.31

# Store stuff in a semi-reasonable spot
WORKDIR /root
Expand Down
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.30
docker tag coco-dev_coco-dev:latest jamieleecho/coco-dev:0.31

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

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.30"
"version": "0.31"
}

0 comments on commit b338733

Please sign in to comment.