aboutsummaryrefslogtreecommitdiffhomepage
path: root/views
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2016-09-01 12:09:50 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:13 -0400
commitef17033a501980b450afebcdd85fbbfe215738e4 (patch)
treeb500505165cf4aa3ad68a9fd03a35301e6931246 /views
parent0.6.6 resolves dmd frame pointer access issue (ldc was ok) (diff)
0.6.7 re-arrange output
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 1936da9..074c093 100644
--- a/views/version.txt
+++ b/views/version.txt
@@ -4,4 +4,4 @@ struct Version {
int minor;
int patch;
}
-enum ver = Version(0, 6, 6);
+enum ver = Version(0, 6, 7);