From a9c2b3847bba8e01a6a6abe2c32f4c7fa4401534 Mon Sep 17 00:00:00 2001 From: Koichi Nakashima Date: Fri, 3 Jun 2022 23:28:20 +0900 Subject: [PATCH] Update to v0.12.0 --- src/shdotenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shdotenv b/src/shdotenv index 64e22d1..151ceb6 100755 --- a/src/shdotenv +++ b/src/shdotenv @@ -5,7 +5,7 @@ set -eu # Explicitly reset the IFS for the old dash (ash) IFS=$(printf '\n\t') && IFS=" ${IFS#?}${IFS%?}" -version() { echo 0.11.0; } +version() { echo 0.12.0; } usage() { printf '%s\n' "Usage: shdotenv [OPTION]... [--] [[COMMAND | export] [ARG]...]" \