Skip to content

Commit

Permalink
Increase version to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilJustice committed May 11, 2021
1 parent 87d76c5 commit e9c39d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FileArb is rigorously unit tested with <a href="https://github.com/NeilJustice/Z
## FileArb command line usage

```
FileArb v0.12.0
FileArb v0.13.0
Creates an arbitrary number of text files or binary files
containing an arbitrary number of lines, characters, or bytes.
Optional suffixes for --bytes=<BytesPerFile>:
Expand Down
2 changes: 1 addition & 1 deletion libFileArb/ValueTypes/FileArbArgs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "libFileArb/ValueTypes/FileArbArgs.h"

const string FileArbArgs::CommandLineUsage =
R"(FileArb v0.12.0
R"(FileArb v0.13.0
Creates an arbitrary number of text files or binary files
containing an arbitrary number of lines, characters, or bytes.
Optional suffixes for --bytes=<BytesPerFile>:
Expand Down
2 changes: 1 addition & 1 deletion libFileArbTests/ValueTypes/FileArbArgsTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ TEST(DefaultConstructor_SetsFieldsTo0)
TEST(CommandLineUsage_IsExpectedString)
{
ARE_EQUAL(
R"(FileArb v0.12.0
R"(FileArb v0.13.0
Creates an arbitrary number of text files or binary files
containing an arbitrary number of lines, characters, or bytes.
Optional suffixes for --bytes=<BytesPerFile>:
Expand Down

0 comments on commit e9c39d1

Please sign in to comment.