From 69a5eaad6c474bc7d397dbade39c8180e8351a81 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 28 Apr 2020 14:20:01 -0400 Subject: 0.11.0 in_source_files, changed tracking of code blocks --- views/version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views') diff --git a/views/version.txt b/views/version.txt index 05cfccf..36c1240 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,7 +4,7 @@ struct Version { int minor; int patch; } -enum _ver = Version(0, 10, 0); +enum _ver = Version(0, 11, 0); version (Posix) { version (DigitalMars) { } else version (LDC) { -- cgit v1.2.3