diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-01-20 11:06:54 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 88075ee569b5301e6fdf9dc7248aa1406bc38636 (patch) | |
tree | 57b69ce4a0194a4e2f2034553a2e9a1569638a79 /views/version.txt | |
parent | sdp, remove some intermediate steps (diff) |
0.12.0 template related; doc abstraction
Diffstat (limited to 'views/version.txt')
-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 e30f08f..e07f5c1 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 11, 0); +enum ver = Version(0, 12, 0); |