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