diff --git a/clitest b/clitest index d59caac..280b407 100755 --- a/clitest +++ b/clitest @@ -27,7 +27,7 @@ tt_my_name="$(basename "$0")" tt_my_url='https://github.com/aureliojargas/clitest' -tt_my_version='dev' +tt_my_version='0.5.0' # Customization (if needed, edit here or use the command line options) tt_prefix='' diff --git a/test.md b/test.md index 020639d..e5a1a32 100644 --- a/test.md +++ b/test.md @@ -120,9 +120,9 @@ Test the output text and the short option `-V`. ``` $ ./clitest --version -clitest dev +clitest 0.5.0 $ ./clitest -V -clitest dev +clitest 0.5.0 $ ```