mirror of https://github.com/buggins/dlangide.git
update version string
This commit is contained in:
parent
0c8a4260d0
commit
84ffe98ba0
|
@ -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.12"d;
|
||||
immutable dstring DLANGIDE_VERSION = "v0.6.14"d;
|
||||
|
||||
bool isSupportedSourceTextFileFormat(string filename) {
|
||||
return (filename.endsWith(".d") || filename.endsWith(".txt") || filename.endsWith(".cpp") || filename.endsWith(".h") || filename.endsWith(".c")
|
||||
|
|
Loading…
Reference in New Issue