diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-11-14 21:23:31 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-11-19 16:55:31 -0500 |
commit | 6825a6865c9aa7f235a3825b0e08f3834745ed86 (patch) | |
tree | 79a128d168cf30bdb8bd4aa130f9e19b0c3ec5ae /views | |
parent | 0.8.3 (if exists) get site config & output path (diff) |
0.9.0 spine (doc-reform renamed)
Diffstat (limited to 'views')
-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 a32e786..9786c0b 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,7 +4,7 @@ struct Version { int minor; int patch; } -enum _ver = Version(0, 8, 3); +enum _ver = Version(0, 9, 0); version (Posix) { version (DigitalMars) { } else version (LDC) { |