1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

bump version

This commit is contained in:
Craig Peterson
2017-10-19 08:54:29 -04:00
parent e548b8f059
commit f2098de611

View File

@ -24,7 +24,7 @@ func main() {
// Update the number here manually each release, so at least we have a range for go-get people. // Update the number here manually each release, so at least we have a range for go-get people.
var ( var (
SHA = "" SHA = ""
Version = "0.2.2" Version = "0.2.3"
BuildTime = "" BuildTime = ""
) )