Skip to content

Commit fec88ac

Browse files
committed
Fix ver output
1 parent e247abc commit fec88ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.d

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import ddh;
1919

2020
private:
2121

22-
enum PROJECT_VERSION = "1.2.1";
22+
enum PROJECT_VERSION = "1.2.1\n";
2323
enum PROJECT_NAME = "ddh";
2424
enum DEFAULT_CHUNK_SIZE = 64 * 1024; // Seemed the best in benchmarks at least
2525
enum EntryMethod { file, text, list }

0 commit comments

Comments
 (0)