diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-04-28 14:20:01 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-05-20 11:27:26 -0400 |
commit | 69a5eaad6c474bc7d397dbade39c8180e8351a81 (patch) | |
tree | 3569714522b6bc7ac742f508eddcbba5747e2322 /views/version.txt | |
parent | markup conversion (diff) |
0.11.0 in_source_files, changed tracking of code blocks
Diffstat (limited to 'views/version.txt')
-rw-r--r-- | views/version.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |