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