From 37ac15cd7cfc19d99942494c18840cc39c92f301 Mon Sep 17 00:00:00 2001 From: gazer Date: Tue, 30 May 2017 12:53:12 +0300 Subject: [PATCH] update ide version string --- src/dlangide/ui/frame.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dlangide/ui/frame.d b/src/dlangide/ui/frame.d index cdfb1b8..32c47c0 100644 --- a/src/dlangide/ui/frame.d +++ b/src/dlangide/ui/frame.d @@ -46,7 +46,7 @@ import std.path; immutable string HELP_PAGE_URL = "https://github.com/buggins/dlangide/wiki"; // TODO: get version from GIT commit -immutable dstring DLANGIDE_VERSION = "v0.6.19"d; +immutable dstring DLANGIDE_VERSION = "v0.7.30"d; bool isSupportedSourceTextFileFormat(string filename) { return (filename.endsWith(".d") || filename.endsWith(".txt") || filename.endsWith(".cpp") || filename.endsWith(".h") || filename.endsWith(".c")