diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-12-05 12:09:04 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | db683b9403998ea66cb982d28a3c365eb99ec2e1 (patch) | |
tree | 2f160cdd5eb4eed69e8131822f224cca0d4d4ecb /views | |
parent | start work on node info, a way to go (diff) |
0.9.4 node info, changes to variables & types
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 22af559..4f49ef6 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 9, 3); +enum ver = Version(0, 9, 4); |