From 8bdaae2f56e524f8824307d5c443e6353fe0dbd9 Mon Sep 17 00:00:00 2001 From: Aurelio Jargas Date: Thu, 22 Jun 2023 23:02:51 +0200 Subject: [PATCH] Bump version to 0.5.0 Release notes (changelog): https://github.com/aureliojargas/clitest/releases/tag/0.5.0 --- clitest | 2 +- test.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 $ ```