Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliojargas committed Jun 22, 2023
1 parent 5ff7bff commit 8bdaae2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clitest
Original file line number Diff line number Diff line change
Expand Up @@ -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=''
Expand Down
4 changes: 2 additions & 2 deletions test.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
$
```

Expand Down

0 comments on commit 8bdaae2

Please sign in to comment.