diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-03-28 20:39:35 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 04c7fafa159760ff5ae999eb97047f271a0a549b (patch) | |
tree | 1a9c1cf34cd032de20a9b0de224c0cbb8c75d37d /views | |
parent | output, move stuff about (diff) |
0.13.8 endnotes for various types of block
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 cc55b52..7ae0f62 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 13, 7); +enum ver = Version(0, 13, 8); |