version bump

This commit is contained in:
Ethan Buchman 2018-05-14 18:30:41 -04:00
parent cd24e92dcb
commit 43e72bbcc0
1 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@ package version
const Maj = "0"
const Min = "10"
const Fix = "3"
const Fix = "4"
const Version = "0.10.3"
const Version = "0.10.4-dev"