Skip to content

Commit

Permalink
Fix ver output
Browse files Browse the repository at this point in the history
  • Loading branch information
dd86k committed Dec 21, 2021
1 parent e247abc commit fec88ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.d
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import ddh;

private:

enum PROJECT_VERSION = "1.2.1";
enum PROJECT_VERSION = "1.2.1\n";
enum PROJECT_NAME = "ddh";
enum DEFAULT_CHUNK_SIZE = 64 * 1024; // Seemed the best in benchmarks at least
enum EntryMethod { file, text, list }
Expand Down

0 comments on commit fec88ac

Please sign in to comment.