diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-11-27 20:35:14 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 6dc69228f20b3566320b52966b3782d633171e71 (patch) | |
tree | 893201ffbd3bbd6c1ccb595be2af8354593cb49a /views/version.txt | |
parent | 0.20.1 struct for opt_actions (diff) |
0.20.2 paths, config & manifest files
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 1dc7d0d..4be6543 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,7 +4,7 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 20, 1); +enum ver = Version(0, 20, 2); version (Posix) { version (DigitalMars) { } else version (LDC) { |