(and bump to 2.4.3)
@@ -1,5 +1,9 @@
# GeoDNS Changelog
+## 2.4.3
+
+* Fix GeoIP custom directory bug (in geoip library)
## 2.4.2
* Update EDNS-SUBNET option number (in dns library)
@@ -31,7 +31,7 @@ import (
)
// VERSION is the current version of GeoDNS
-var VERSION string = "2.4.2"
+var VERSION string = "2.4.3"
var buildTime string
var gitVersion string