This commit is contained in:
Ethan Buchman 2017-03-23 18:15:00 -04:00
parent facc428e8b
commit f156eb5bbd

View File

@ -1,7 +1,7 @@
package version
const Maj = "0"
const Min = "2"
const Min = "3"
const Fix = "0"
const Version = Maj + "." + Min + "." + Fix