diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-06-29 22:28:53 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-04 14:48:18 -0400 |
commit | 1d30d4b2225be7f152de94b007d81a5d7b7a1c3a (patch) | |
tree | 36a5a30d607b4ace9d9be006700d98fcf1a16f34 /views | |
parent | registers, minor cleaning (diff) |
associated array instead of json
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 9f95c23..db886cd 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 6, 0); +enum ver = Version(0, 6, 1); |