We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881a7ce commit 23b0d96Copy full SHA for 23b0d96
bashunit
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# shellcheck disable=SC2034
4
-declare -r BASHUNIT_VERSION="0.12.0"
+declare -r BASHUNIT_VERSION="0.13.0"
5
6
readonly BASHUNIT_ROOT_DIR="$(dirname "${BASH_SOURCE[0]}")"
7
export BASHUNIT_ROOT_DIR
package.json
@@ -1,6 +1,6 @@
{
"name": "bashunit-docs",
- "version": "0.12.0",
+ "version": "0.13.0",
"description": "Docs for bashunit a simple testing library for bash scripts",
"main": "index.js",
"repository": "git@github.com:TypedDevs/bashunit.git",
0 commit comments