Skip to content

Commit

Permalink
Increase version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilJustice committed Sep 20, 2021
1 parent cd0965f commit 64b9612
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 @@ -35,7 +35,7 @@ FileArb is rigorously unit tested with <a href="https://github.com/NeilJustice/Z
## FileArb command line usage

```ini
FileArb v0.14.0 - Creates configurably large text files or binary files.
FileArb v1.0.0 - Creates configurably large text files or binary files.
Optional suffixes for --bytes arguments: b or B, k or K, m or M, and g or G.

Usage:
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.14.0 - Creates configurably large text files or binary files.
R"(FileArb v1.0.0 - Creates configurably large text files or binary files.
Optional suffixes for --bytes arguments: b or B, k or K, m or M, and g or G.
Usage:
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.14.0 - Creates configurably large text files or binary files.
R"(FileArb v1.0.0 - Creates configurably large text files or binary files.
Optional suffixes for --bytes arguments: b or B, k or K, m or M, and g or G.
Usage:
Expand Down

0 comments on commit 64b9612

Please sign in to comment.