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) {