Skip to content

Commit

Permalink
Update to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Sep 24, 2020
1 parent f7416cf commit b21e8f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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"],
Expand Down
2 changes: 1 addition & 1 deletion shellspec
Expand Up @@ -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=''
Expand Down

0 comments on commit b21e8f2

Please sign in to comment.