diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-12-07 17:28:38 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | a74c05a756f541c314792a9f852c98db1f2b1aed (patch) | |
tree | e2f3d45f6f326d9e9f1fd24c97edb5650a7b53ba /views | |
parent | 0.9.4 node info, changes to variables & types (diff) |
0.9.5 org files reorganized, tangles (code structure) to top of file
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 4f49ef6..9472cf9 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 9, 4); +enum ver = Version(0, 9, 5); |