up the version to 1.1

This commit is contained in:
Miek Gieben 2013-05-08 10:22:40 +02:00
parent eaee06b87e
commit d287a66098
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ var DefaultServeMux = NewServeMux()
var Authors = []string{"Miek Gieben", "Ask Bjørn Hansen", "Dave Cheney", "Dusty Wilson", "Peter van Dijk"}
// Version holds the current version.
var Version = "v1.0"
var Version = "v1.1"
// The HandlerFunc type is an adapter to allow the use of
// ordinary functions as DNS handlers. If f is a function