Skip to content

Commit

Permalink
docs: set new release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Jun 23, 2024
1 parent 881a7ce commit 23b0d96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bashunit
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# shellcheck disable=SC2034
declare -r BASHUNIT_VERSION="0.12.0"
declare -r BASHUNIT_VERSION="0.13.0"

readonly BASHUNIT_ROOT_DIR="$(dirname "${BASH_SOURCE[0]}")"
export BASHUNIT_ROOT_DIR
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:TypedDevs/bashunit.git",
Expand Down

0 comments on commit 23b0d96

Please sign in to comment.