added 1.0 as version

This commit is contained in:
Miek Gieben 2012-10-12 14:20:43 +02:00
parent 3560da6104
commit 006fae01d1
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,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 = "Go DNS"
var Version = "v1.0"
// The HandlerFunc type is an adapter to allow the use of
// ordinary functions as DNS handlers. If f is a function