diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-02-18 12:42:01 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | f0c4dcbc6b00dd66b115bd27953b7e54710b6ae3 (patch) | |
tree | f76801fa9b6608e52098b0425131326845c9cfe7 /views | |
parent | 0.13.2 ref scope (return) (diff) |
0.13.3 tuples, sdp & doc_abstraction (flag marked up links & endnotes)
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 da804c0..7b20281 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 13, 2); +enum ver = Version(0, 13, 3); |