From 5ce683bab21598db69e399768ecd143caa57ef34 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Wed, 21 Oct 2015 16:11:04 -0700 Subject: [PATCH] 0.4.1 --- dub.json | 2 +- src/dfmt/main.d | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 8c924f4..98fcd2e 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", + "version": "0.4.1", "targetType": "executable", "license": "BSL-1.0", "dependencies": { diff --git a/src/dfmt/main.d b/src/dfmt/main.d index cf938ed..efad111 100644 --- a/src/dfmt/main.d +++ b/src/dfmt/main.d @@ -5,7 +5,7 @@ module dfmt.main; -enum VERSION = "0.4.0"; +private enum VERSION = "0.4.1"; version (NoMain) {