diff --git a/dub.json b/dub.json index 65ccde2..64a709c 100644 --- a/dub.json +++ b/dub.json @@ -1,7 +1,7 @@ { "name": "dfmt", "description": "Dfmt is a formatter for D source code", - "version": "0.4.0-alpha", + "version": "0.4.0-beta", "targetType": "executable", "license": "BSL-1.0", "dependencies": { diff --git a/src/dfmt/main.d b/src/dfmt/main.d index c4f0db3..7433698 100644 --- a/src/dfmt/main.d +++ b/src/dfmt/main.d @@ -153,7 +153,7 @@ else private void printHelp() { - writeln(`dfmt 0.3.6 + writeln(`dfmt 0.4.0-beta Options: --help | -h Print this help message