diff --git a/dub.json b/dub.json index 17be827..67dc3e3 100644 --- a/dub.json +++ b/dub.json @@ -1,7 +1,7 @@ { "name": "dfmt", "description": "Dfmt is a formatter for D source code", - "version": "0.3.2", + "version": "0.3.3", "targetType": "executable", "license": "BSL-1.0", "dependencies": { diff --git a/src/dfmt/main.d b/src/dfmt/main.d index 82613f8..a29ee71 100644 --- a/src/dfmt/main.d +++ b/src/dfmt/main.d @@ -144,7 +144,7 @@ else private void printHelp() { - writeln(`dfmt 0.3.2 + writeln(`dfmt 0.3.3 Options: --help | -h Print this help message