diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2018-11-11 19:22:30 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-04-10 15:14:15 -0400 |
commit | 77a3e41fb1fa01fe739c5c450a374498abe7f6d0 (patch) | |
tree | bf0eee1251d6d68b7d8176482617dad9be76f4e5 /views/version.txt | |
parent | --workon flag, for some under construction code (diff) |
0.3.2 css themes, --dark & --light (default)
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 67546a6..913d935 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,7 +4,7 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 3, 1); +enum ver = Version(0, 3, 2); version (Posix) { version (DigitalMars) { } else version (LDC) { |