diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-09-06 20:58:58 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | ff78ec1fffc029a6947528f4b546dde57a633549 (patch) | |
tree | 7b77ccd936719da2538ade75d3bdeb4a8c490a59 /views | |
parent | naming of para indent attributes (diff) |
0.6.8 work on heading & anchor tag attributes, re-fix header_make headings
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 074c093..8aa3390 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 6, 7); +enum ver = Version(0, 6, 8); |