diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-12-07 17:48:06 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | d5cfec536fa3817e33a6bbe8607b67cc67ad621e (patch) | |
tree | 4afc9e856c7eb462d0848cb0dfce542d9334ffd7 /views/version.txt | |
parent | 0.9.5 org files reorganized, tangles (code structure) to top of file (diff) |
0.9.6 node info, and output continueddoc-reform_v0.0.9
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 9472cf9..99bc1a2 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 9, 5); +enum ver = Version(0, 9, 6); |