diff --git a/package.json b/package.json index 73fc0da4..e7faffcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ShellSpec", - "version": "0.27.0-dev", + "version": "0.27.0", "description": "BDD style unit testing framework for POSIX compliant shell script", "homepage": "https://shellspec.info", "scripts": ["shellspec"], diff --git a/shellspec b/shellspec index 3684702a..cad3b638 100755 --- a/shellspec +++ b/shellspec @@ -12,7 +12,7 @@ if [ "${1:-}" = "-" ]; then return 0 fi -export SHELLSPEC_VERSION='0.27.0-dev' +export SHELLSPEC_VERSION='0.27.0' export SHELLSPEC_SELF='' export SHELLSPEC_ROOT='' export SHELLSPEC_PROJECT_ROOT=''