diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-03-07 09:11:09 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 5a4df097b2976c24c449c56cf035995edfb1261e (patch) | |
tree | 9112c6f32f1b9a8d7cdc7849754d6b8f602de0c5 /views/version.txt | |
parent | org files minor touches (diff) |
0.13.6 dlang function calls, syntax (ufcs related), logic should be retained
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 93bb85a..07d5047 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 13, 5); +enum ver = Version(0, 13, 6); |