diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-04-20 13:57:03 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 9cf470e69b2d579701ee607f796de612dc600565 (patch) | |
tree | ff16c8b547767e4b441655df39511c1757f819c3 /views/version.txt | |
parent | section keys sequence (diff) |
0.14.0 reorganized files, and paths
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 fe2ce85..2750f99 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 13, 9); +enum ver = Version(0, 14, 0); |