Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliojargas committed Jul 1, 2020
1 parent bab2d55 commit 3feb027
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='HEAD'
tt_my_version='0.4.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 HEAD
clitest 0.4.0
$ ./clitest -V
clitest HEAD
clitest 0.4.0
$
```

Expand Down

0 comments on commit 3feb027

Please sign in to comment.