diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2018-12-01 19:26:04 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-05-17 16:59:38 -0400 |
commit | d0ec46764b6aa5fecf55760dc177c53411fcc735 (patch) | |
tree | 3d1217253edaaeccf0b45222596f6139d88ca557 /views | |
parent | json type match, fix breakage caused by external change (diff) |
0.3.3 org mode behavior
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 913d935..700193b 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,7 +4,7 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 3, 2); +enum ver = Version(0, 3, 3); version (Posix) { version (DigitalMars) { } else version (LDC) { |