Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Oct 10, 2023
1 parent 656b340 commit b9e7e61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gh-md-toc
Expand Up @@ -23,7 +23,7 @@
# substr($0, match($0, "href=\"[^\"]+?\" ")+6, RLENGTH-8)
#

gh_toc_version="0.8.0"
gh_toc_version="0.9.0"

gh_user_agent="gh-md-toc v$gh_toc_version"

Expand Down
4 changes: 2 additions & 2 deletions tests/tests.bats
Expand Up @@ -148,7 +148,7 @@ test_help() {
@test "--version" {
run $BATS_TEST_DIRNAME/../gh-md-toc --version
assert_success
assert_equal "${lines[0]}" "0.8.0"
assert_equal "${lines[0]}" "0.9.0"
assert_equal "${lines[1]}" "os: `uname -s`"
assert_equal "${lines[2]}" "arch: `uname -m`"
}
Expand Down Expand Up @@ -232,4 +232,4 @@ test_help() {
assert_equal "${lines[7]}" " * [This is a regression test for atx-style](#this-is-a-regression-test-for-atx-style)"
assert_equal "${lines[8]}" "* [Title four is a particularly long title because of wrapping](#title-four-is-a-particularly-long-title-because-of-wrapping)"
assert_equal "${lines[9]}" " * [This is a test for long titles](#this-is-a-test-for-long-titles)"
}
}

0 comments on commit b9e7e61

Please sign in to comment.