diff --git a/.gitignore b/.gitignore index cc105cb..6afbbb7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /JSON.sh/ /data-bot-bash/ /dist/ +/standalone/ diff --git a/README.html b/README.html index 7b7ea4c..6c43e01 100644 --- a/README.html +++ b/README.html @@ -108,6 +108,6 @@

@Gnadelwartz

That’s it!

If you feel that there’s something missing or if you found a bug, feel free to submit a pull request!

-


VERSION
v80-rc1-0-gb096ea3

+


VERSION
v0.80-0-g5bce3f7

diff --git a/README.md b/README.md index 1357748..2aa45d3 100644 --- a/README.md +++ b/README.md @@ -109,4 +109,4 @@ Hey no Problem, if you are finished with your cool bot run ```dev/make-standalon If you feel that there's something missing or if you found a bug, feel free to submit a pull request! -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 diff --git a/README.txt b/README.txt index 4556478..26eddd9 100644 --- a/README.txt +++ b/README.txt @@ -158,4 +158,4 @@ down Version of your Bot](doc/7_develop.md) If you feel that there's something missing or if you found a bug, feel free to submit a pull request! -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 diff --git a/bashbot.rc b/bashbot.rc index aa4772b..693b8dd 100755 --- a/bashbot.rc +++ b/bashbot.rc @@ -1,7 +1,7 @@ #!/bin/sh # description: Start or stop telegram-bash-bot # -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # shellcheck disable=SC2009 # shellcheck disable=SC2181 diff --git a/bashbot.sh b/bashbot.sh index 3ac1baa..a99ee0a 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$$ v80-rc1-3-gd8e0b5c +#### $$VERSION$$ v0.80-0-g5bce3f7 # # Exit Codes: # - 0 sucess (hopefully) diff --git a/commands.sh b/commands.sh index 5d1b592..3e876f0 100644 --- a/commands.sh +++ b/commands.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$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # # adjust your language setting here, e.g.when run from other user or cron. diff --git a/dev/all-tests.sh b/dev/all-tests.sh index 9df5e9c..6fb66dc 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$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # 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/dev/git-add.sh b/dev/git-add.sh index 411c2cd..f04f50c 100755 --- a/dev/git-add.sh +++ b/dev/git-add.sh @@ -3,7 +3,7 @@ # # works together with git pre-push.sh and ADD all changed files since last push -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # 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/dev/hooks/pre-commit.sh b/dev/hooks/pre-commit.sh index 6ee8335..b622505 100755 --- a/dev/hooks/pre-commit.sh +++ b/dev/hooks/pre-commit.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 ############ # NOTE: you MUST run install-hooks.sh again when updating this file! diff --git a/dev/hooks/pre-push.sh b/dev/hooks/pre-push.sh index f491aaf..d7a4f01 100755 --- a/dev/hooks/pre-push.sh +++ b/dev/hooks/pre-push.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 ############ # NOTE: you MUST run install-hooks.sh again when updating this file! diff --git a/dev/install-hooks.sh b/dev/install-hooks.sh index 6295872..f129de4 100755 --- a/dev/install-hooks.sh +++ b/dev/install-hooks.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$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # 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/dev/make-distribution.sh b/dev/make-distribution.sh index 790e588..230ef43 100755 --- a/dev/make-distribution.sh +++ b/dev/make-distribution.sh @@ -2,7 +2,7 @@ # file: make-distribution.sh # creates files and arcchives to dirtribute bashbot # -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # 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/dev/make-standalone.sh b/dev/make-standalone.sh index 215affb..fbac7af 100755 --- a/dev/make-standalone.sh +++ b/dev/make-standalone.sh @@ -5,7 +5,7 @@ # If you your bot is finished you can use make-standalone.sh to create the # the old all-in-one bashbot: bashbot.sh and commands.sh only! # -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # 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/dev/shellcheck.files b/dev/shellcheck.files index feac548..2b775f3 100644 --- a/dev/shellcheck.files +++ b/dev/shellcheck.files @@ -1,3 +1,3 @@ # list of additional files to check from shellcheck -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 bashbot.rc diff --git a/dev/version.sh b/dev/version.sh index beb9e40..dada3f3 100755 --- a/dev/version.sh +++ b/dev/version.sh @@ -1,6 +1,6 @@ #!/bin/bash # -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # shellcheck disable=SC2016 # # Easy Versioning in git: diff --git a/doc/0_install.md b/doc/0_install.md index 51468f8..ad1f356 100644 --- a/doc/0_install.md +++ b/doc/0_install.md @@ -87,5 +87,5 @@ The old format is supported for backward compatibility, but may fail for corner #### [Next Create Bot](1_firstbot.md) -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 diff --git a/doc/1_firstbot.md b/doc/1_firstbot.md index 343dd9a..67ee8dc 100644 --- a/doc/1_firstbot.md +++ b/doc/1_firstbot.md @@ -65,5 +65,5 @@ group. This step is up to you actually. #### [Prev Installation](0_install.md) #### [Next Getting started](2_usage.md) -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 diff --git a/doc/2_usage.md b/doc/2_usage.md index 1699575..838c237 100644 --- a/doc/2_usage.md +++ b/doc/2_usage.md @@ -182,5 +182,5 @@ send_action "${CHAT[ID]}" "action" #### [Prev Create Bot](1_firstbot.md) #### [Next Advanced Usage](3_advanced.md) -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 diff --git a/doc/3_advanced.md b/doc/3_advanced.md index 3805b46..8eca432 100644 --- a/doc/3_advanced.md +++ b/doc/3_advanced.md @@ -180,5 +180,5 @@ See also [answer_inline_multi, answer_inline_compose](6_reference.md#answer_inli #### [Prev Getting started](2_usage.md) #### [Next Expert Use](4_expert.md) -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 diff --git a/doc/4_expert.md b/doc/4_expert.md index 76bc99a..9e60059 100644 --- a/doc/4_expert.md +++ b/doc/4_expert.md @@ -104,5 +104,5 @@ An example crontab is provided in ```examples/bashbot.cron```. #### [Prev Expert Use](4_expert.md) #### [Next Best Practice](5_practice.md) -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 diff --git a/doc/5_practice.md b/doc/5_practice.md index d6b7c94..de4fa4b 100644 --- a/doc/5_practice.md +++ b/doc/5_practice.md @@ -153,5 +153,5 @@ The second warning is about an unused variable, this is true because in our exam #### [Prev Best Practice](5_practice.md) #### [Next Functions Reference](6_reference.md) -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 diff --git a/doc/6_reference.md b/doc/6_reference.md index fb57f0e..ca88808 100644 --- a/doc/6_reference.md +++ b/doc/6_reference.md @@ -681,5 +681,5 @@ The name of your bot is availible as bash variable "$ME", there is no need to ca #### [Prev Best Practice](5_practice.md) #### [Next Notes for Developers](7_develop.md) -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 diff --git a/doc/7_develop.md b/doc/7_develop.md index 2ea6526..c95ebf2 100644 --- a/doc/7_develop.md +++ b/doc/7_develop.md @@ -188,5 +188,5 @@ fi #### [Prev Function Reference](6_reference.md) #### [Next Bashbot Environment](8_custom.md) -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 diff --git a/doc/8_custom.md b/doc/8_custom.md index 58147f7..e0a3649 100644 --- a/doc/8_custom.md +++ b/doc/8_custom.md @@ -131,5 +131,5 @@ for every poll until the maximum of BASHBOT_SLEEP ms. #### [Prev Notes for Developers](7_develop.md) -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 diff --git a/examples/README.md b/examples/README.md index e9deb20..203b22d 100644 --- a/examples/README.md +++ b/examples/README.md @@ -55,6 +55,6 @@ convert existing bots. **external-use** will contain some examples on how to send messages from external scripts to Telegram chats or users. -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 diff --git a/examples/background-scripts/run_diskusage.sh b/examples/background-scripts/run_diskusage.sh index 3df6875..c0c47cf 100755 --- a/examples/background-scripts/run_diskusage.sh +++ b/examples/background-scripts/run_diskusage.sh @@ -4,7 +4,7 @@ # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # adjust your language setting here # https://github.com/topkecleon/telegram-bot-bash#setting-up-your-environment diff --git a/examples/background-scripts/run_filecontent.sh b/examples/background-scripts/run_filecontent.sh index 69fb2a4..769453f 100755 --- a/examples/background-scripts/run_filecontent.sh +++ b/examples/background-scripts/run_filecontent.sh @@ -2,7 +2,7 @@ # file: run_filename # background job to display content of all new files in WATCHDIR # -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # adjust your language setting here # https://github.com/topkecleon/telegram-bot-bash#setting-up-your-environment diff --git a/examples/background-scripts/run_filename.sh b/examples/background-scripts/run_filename.sh index 9f17e69..9892ed2 100755 --- a/examples/background-scripts/run_filename.sh +++ b/examples/background-scripts/run_filename.sh @@ -2,7 +2,7 @@ # file: run_filename # background job to display all new files in WATCHDIR # -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # adjust your language setting here # https://github.com/topkecleon/telegram-bot-bash#setting-up-your-environment diff --git a/examples/background-scripts/run_notify.sh b/examples/background-scripts/run_notify.sh index 870d5c1..9918703 100755 --- a/examples/background-scripts/run_notify.sh +++ b/examples/background-scripts/run_notify.sh @@ -4,7 +4,7 @@ # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # adjust your language setting here # https://github.com/topkecleon/telegram-bot-bash#setting-up-your-environment diff --git a/examples/bashbot-multi.sh b/examples/bashbot-multi.sh index 78c0c6a..8b7e95a 100755 --- a/examples/bashbot-multi.sh +++ b/examples/bashbot-multi.sh @@ -2,7 +2,7 @@ # file. multibot.sh # description: run multiple telegram bots from one installation # -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 if [ "${2}" = "" ] || [ "${2}" = "-h" ]; then echo "Usage: $0 botname command" diff --git a/examples/bashbot.cron b/examples/bashbot.cron index a040491..7284d6e 100644 --- a/examples/bashbot.cron +++ b/examples/bashbot.cron @@ -7,7 +7,7 @@ # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) # -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 SHELL=/bin/sh diff --git a/examples/calc.sh b/examples/calc.sh index 333b08e..2340061 100755 --- a/examples/calc.sh +++ b/examples/calc.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$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # adjust your language setting here # https://github.com/topkecleon/telegram-bot-bash#setting-up-your-environment diff --git a/examples/notify.sh b/examples/notify.sh index e62483a..e978681 100755 --- a/examples/notify.sh +++ b/examples/notify.sh @@ -4,7 +4,7 @@ # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # adjust your language setting here # https://github.com/topkecleon/telegram-bot-bash#setting-up-your-environment diff --git a/examples/question.sh b/examples/question.sh index d38568e..89a0b98 100755 --- a/examples/question.sh +++ b/examples/question.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$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # adjust your language setting here # https://github.com/topkecleon/telegram-bot-bash#setting-up-your-environment diff --git a/examples/send-system-status/botacl b/examples/send-system-status/botacl index 8a1e6b2..28ac443 100644 --- a/examples/send-system-status/botacl +++ b/examples/send-system-status/botacl @@ -1,7 +1,7 @@ # file: botacl # a user not listed here, will return false from 'user_is_allowed' # -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # Format: # user:ressource:chat diff --git a/examples/send-system-status/mycommands.sh b/examples/send-system-status/mycommands.sh index 1b58773..7529fd1 100644 --- a/examples/send-system-status/mycommands.sh +++ b/examples/send-system-status/mycommands.sh @@ -5,7 +5,7 @@ # to show how you can customize bashbot by only editing mycommands.sh # NOTE: this is not tested, simply copied from original source and reworked! # -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # # shellcheck disable=SC2154 # shellcheck disable=SC2034 diff --git a/modules/aliases.sh b/modules/aliases.sh index 2b604c7..a590aa7 100644 --- a/modules/aliases.sh +++ b/modules/aliases.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$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # # source from commands.sh to use the aliases diff --git a/modules/answerInline.sh b/modules/answerInline.sh index d996751..29b3ddb 100644 --- a/modules/answerInline.sh +++ b/modules/answerInline.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$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # source from commands.sh to use the inline functions diff --git a/modules/background.sh b/modules/background.sh index 4bf67f2..c850cca 100644 --- a/modules/background.sh +++ b/modules/background.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$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # source from commands.sh if you want ro use interactive or background jobs diff --git a/modules/chatMember.sh b/modules/chatMember.sh index 8759a4c..8df6852 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$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # source from commands.sh to use the member functions diff --git a/modules/sendMessage.sh b/modules/sendMessage.sh index 3e52af3..be1fa6c 100644 --- a/modules/sendMessage.sh +++ b/modules/sendMessage.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$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # source from commands.sh to use the sendMessage functions diff --git a/mycommands.sh b/mycommands.sh index 5a01b2e..d9d33ac 100644 --- a/mycommands.sh +++ b/mycommands.sh @@ -2,7 +2,7 @@ # files: mycommands.sh.dist # copy to mycommands.sh and add all your commands and functions here ... # -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # # uncomment the following lines to overwrite info and help messages diff --git a/test/ADD-test-new.sh b/test/ADD-test-new.sh index 43e88cb..2a1e36e 100755 --- a/test/ADD-test-new.sh +++ b/test/ADD-test-new.sh @@ -2,7 +2,7 @@ # # ADD a new test skeleton to test dir, but does not activate test # -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # 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/test/ALL-tests.inc.sh b/test/ALL-tests.inc.sh index a890204..521f761 100644 --- a/test/ALL-tests.inc.sh +++ b/test/ALL-tests.inc.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # common variables export TESTME DIRME TESTDIR LOGFILE REFDIR TESTNAME diff --git a/test/a-commit-test.sh b/test/a-commit-test.sh index 4443aa2..9df381e 100755 --- a/test/a-commit-test.sh +++ b/test/a-commit-test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 ../dev/hooks/pre-commit.sh diff --git a/test/b-example-test.sh b/test/b-example-test.sh index 1e11f3a..670de79 100644 --- a/test/b-example-test.sh +++ b/test/b-example-test.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # file: b-example-test.sh -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # include common functions and definitions # shellcheck source=test/ALL-tests.inc.sh diff --git a/test/c-init-test.sh b/test/c-init-test.sh index f7c465b..d2aff57 100755 --- a/test/c-init-test.sh +++ b/test/c-init-test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # include common functions and definitions # shellcheck source=test/ALL-tests.inc.sh diff --git a/test/d-JSON.sh-test.sh b/test/d-JSON.sh-test.sh index 0adf743..fcadb45 100755 --- a/test/d-JSON.sh-test.sh +++ b/test/d-JSON.sh-test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # include common functions and definitions # shellcheck source=test/ALL-tests.inc.sh diff --git a/test/d-process_inline-test.sh b/test/d-process_inline-test.sh index 06f9763..d7bf731 100755 --- a/test/d-process_inline-test.sh +++ b/test/d-process_inline-test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # include common functions and definitions # shellcheck source=test/ALL-tests.inc.sh diff --git a/test/d-process_message-test.sh b/test/d-process_message-test.sh index 911cc94..b037b68 100755 --- a/test/d-process_message-test.sh +++ b/test/d-process_message-test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # include common functions and definitions # shellcheck source=test/ALL-tests.inc.sh diff --git a/test/d-send_message-test.sh b/test/d-send_message-test.sh index 83baa97..2f90691 100755 --- a/test/d-send_message-test.sh +++ b/test/d-send_message-test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # 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 35447b1..92427da 100755 --- a/test/d-user_is-test.sh +++ b/test/d-user_is-test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # include common functions and definitions # shellcheck source=test/ALL-tests.inc.sh diff --git a/test/e-env-test.sh b/test/e-env-test.sh index 92b0a6b..ddb3eba 100755 --- a/test/e-env-test.sh +++ b/test/e-env-test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ v80-rc1-0-gb096ea3 +#### $$VERSION$$ v0.80-0-g5bce3f7 # include common functions and definitions # shellcheck source=test/ALL-tests.inc.sh