diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-11-25 20:50:40 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-12-23 18:15:52 -0500 |
commit | 4c089543a4ac61ac21dab814c0dc114d48f42c36 (patch) | |
tree | 0b1da4c4c7c3d73c40dbef2fdfc604686d72dfe6 /views | |
parent | epub header assertion removed, check (diff) |
0.12.0
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 728ca0d..bbcb4f9 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,7 +4,7 @@ struct Version { int minor; int patch; } -enum _ver = Version(0, 11, 3); +enum _ver = Version(0, 12, 0); version (Posix) { version (DigitalMars) { } else version (LDC) { |