diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-02-17 08:50:43 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 9cb8937a92539d4cb40441396fc52e55e7a26f1b (patch) | |
tree | 136f1a58789e8bd2b8129018b0400f9ebfa18be2 /views | |
parent | output, sisupod & a few switches (diff) |
0.13.1 defaults renamed & reorganized
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 fd3b654..ad6bb08 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 13, 0); +enum ver = Version(0, 13, 1); |