From 238112f5b50946a45f35317ae34518990791da86 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Thu, 23 Apr 2015 17:08:41 -0700 Subject: [PATCH] Update version number --- dub.json | 2 +- src/dfmt/main.d | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 4b28cc5..fcab561 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.0", + "version": "0.3.1", "targetType": "executable", "license": "BSL-1.0", "dependencies": { diff --git a/src/dfmt/main.d b/src/dfmt/main.d index 9fc5094..47abb65 100644 --- a/src/dfmt/main.d +++ b/src/dfmt/main.d @@ -144,7 +144,7 @@ else private void printHelp() { - writeln(`dfmt 0.3.0 + writeln(`dfmt 0.3.1 Options: --help | -h Print this help message