aboutsummaryrefslogtreecommitdiffhomepage
path: root/views
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2020-04-28 14:20:01 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2020-05-20 11:27:26 -0400
commit69a5eaad6c474bc7d397dbade39c8180e8351a81 (patch)
tree3569714522b6bc7ac742f508eddcbba5747e2322 /views
parentmarkup conversion (diff)
0.11.0 in_source_files, changed tracking of code blocks
Diffstat (limited to 'views')
-rw-r--r--views/version.txt2
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) {