bump version

This commit is contained in:
Anton Kaliaev 2017-06-02 11:42:16 +03:00
parent 4c2fd60ef0
commit 333ba7c186
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@ package version
const Maj = "0"
const Min = "5"
const Fix = "1"
const Fix = "2"
const Version = "0.5.1"
const Version = "0.5.2"