aboutsummaryrefslogtreecommitdiffhomepage
path: root/views/version.txt
blob: ccda9ec40ee286266ca6e3f6c6ffb86e11e1e929 (plain)
1
2
3
4
5
6
7
/+ obt - org generated file +/
struct Version {
  int major;
  int minor;
  int patch;
}
enum ver = Version(0, 6, 5);