Browse Source

Bump version number to 2.4.1

Ask Bjørn Hansen 12 years ago
parent
commit
1106efc6f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      geodns.go

+ 1 - 1
geodns.go

@@ -31,7 +31,7 @@ import (
 )
 
 // VERSION is the current version of GeoDNS
-var VERSION string = "2.4.0"
+var VERSION string = "2.4.1"
 var buildTime string
 var gitVersion string