diff --git a/bashbot.sh b/bashbot.sh index f96fd61..aa4d382 100755 --- a/bashbot.sh +++ b/bashbot.sh @@ -11,7 +11,7 @@ # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) # -#### $$VERSION$$ v0.98-pre2-8-ga656533 +#### $$VERSION$$ v0.98-pre2-10-gae4610a # # Exit Codes: # - 0 success (hopefully) diff --git a/dev/all-tests.sh b/dev/all-tests.sh index 117b394..afe4b35 100755 --- a/dev/all-tests.sh +++ b/dev/all-tests.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # this has to run once atfer git clone # and every time we create new hooks -#### $$VERSION$$ v0.98-pre2-8-ga656533 +#### $$VERSION$$ v0.98-pre2-10-gae4610a # magic to ensure that we're always inside the root of our application, # no matter from which directory we'll run script diff --git a/modules/chatMember.sh b/modules/chatMember.sh index 5eccb3a..57ce766 100644 --- a/modules/chatMember.sh +++ b/modules/chatMember.sh @@ -5,7 +5,7 @@ # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) # -#### $$VERSION$$ v0.98-pre2-8-ga656533 +#### $$VERSION$$ v0.98-pre2-10-gae4610a # will be automatically sourced from bashbot diff --git a/test/ALL-tests.inc.sh b/test/ALL-tests.inc.sh index 986805c..3bbf4d8 100644 --- a/test/ALL-tests.inc.sh +++ b/test/ALL-tests.inc.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ v0.98-pre2-8-ga656533 +#### $$VERSION$$ v0.98-pre2-10-gae4610a # common variables export TESTME DIRME TESTDIR LOGFILE REFDIR TESTNAME diff --git a/test/d-process_message-test.sh b/test/d-process_message-test.sh index 7021f0c..4f9a5e0 100755 --- a/test/d-process_message-test.sh +++ b/test/d-process_message-test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ v0.98-pre2-8-ga656533 +#### $$VERSION$$ v0.98-pre2-10-gae4610a # include common functions and definitions # shellcheck source=test/ALL-tests.inc.sh diff --git a/test/d-user_is-test.sh b/test/d-user_is-test.sh index aae5223..5e45622 100755 --- a/test/d-user_is-test.sh +++ b/test/d-user_is-test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ v0.98-pre2-8-ga656533 +#### $$VERSION$$ v0.98-pre2-10-gae4610a # include common functions and definitions # shellcheck source=test/ALL-tests.inc.sh