Bump version to 0.5.0, update deps

This commit is contained in:
Ethan Frey
2017-05-17 12:46:08 +02:00
parent a8866bdd2d
commit bd62b21d6e
3 changed files with 15 additions and 12 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
package version
const Maj = "0"
const Min = "4"
const Fix = "1"
const Min = "5"
const Fix = "0"
const Version = "0.4.1"
const Version = "0.5.0"