From 9c843c2c0a22d96721620b8d15835d2350c5ac4a Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 8 Jun 2015 03:08:59 -0700 Subject: [PATCH] Version numbers --- dub.json | 2 +- src/dfmt/main.d | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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