diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-01-29 11:57:41 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | c8c141d8abf715c9a697d2e3dd949d4621cfea7b (patch) | |
tree | 7124b76ac74734dbe9265151a874822c70eef12f /views/version.txt | |
parent | defaults org, reorganize (diff) |
0.12.1 abstraction template
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 e07f5c1..5c49588 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 12, 0); +enum ver = Version(0, 12, 1); |