From 55cc8107f82505c2ac787082ba7d3a5c06d5a393 Mon Sep 17 00:00:00 2001 From: Kazuki Suda Date: Sun, 16 Feb 2020 13:45:50 +0900 Subject: [PATCH] Bump the version to v0.1.2 --- bin/ga | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ga b/bin/ga index c805ded..7221e01 100755 --- a/bin/ga +++ b/bin/ga @@ -2,7 +2,7 @@ set -e -o pipefail; [[ -n "$DEBUG" ]] && set -x -GA_VERSION="${GA_VERSION:-0.1.1}" +GA_VERSION="${GA_VERSION:-0.1.2}" GA_IMAGE="${GA_IMAGE:-"docker.io/superbrothers/ga:${GA_VERSION}"}" exec docker run "${GA_IMAGE}" "${@}" diff --git a/package.json b/package.json index b12ac87..ba95294 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superbrothers/ga", - "version": "0.1.1", + "version": "0.1.2", "description": "The GitHub Actions helper command-line tool.", "main": "lib/index.js", "bin": "bin/cli.js",