Skip to content

Commit 64b9612

Browse files
committed
Increase version to v1.0.0
1 parent cd0965f commit 64b9612

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ FileArb is rigorously unit tested with <a href="https://github.com/NeilJustice/Z
3535
## FileArb command line usage
3636

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

4141
Usage:

libFileArb/ValueTypes/FileArbArgs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "libFileArb/ValueTypes/FileArbArgs.h"
33

44
const string FileArbArgs::CommandLineUsage =
5-
R"(FileArb v0.14.0 - Creates configurably large text files or binary files.
5+
R"(FileArb v1.0.0 - Creates configurably large text files or binary files.
66
Optional suffixes for --bytes arguments: b or B, k or K, m or M, and g or G.
77
88
Usage:

libFileArbTests/ValueTypes/FileArbArgsTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ TEST(DefaultConstructor_SetsFieldsTo0)
3030
TEST(CommandLineUsage_IsExpectedString)
3131
{
3232
ARE_EQUAL(
33-
R"(FileArb v0.14.0 - Creates configurably large text files or binary files.
33+
R"(FileArb v1.0.0 - Creates configurably large text files or binary files.
3434
Optional suffixes for --bytes arguments: b or B, k or K, m or M, and g or G.
3535
3636
Usage:

0 commit comments

Comments
 (0)