diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-10-14 15:15:23 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | 736cd4feb17efd47ba97e0d997450b6e737ba805 (patch) | |
tree | 0d0c65a18884c66b73913b84cff9fc3d7ce3124b /views | |
parent | obt naming (diff) |
0.7.2 removed screen ansi colors (use previously depreciated)
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 26d1821..11844df 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 7, 1); +enum ver = Version(0, 7, 2); |