@@ -1,4 +1,4 @@
-VERSION="1.0.3"
+VERSION="1.0.4"
DOCKER_IMG_NAME := golang-ip2location
CURRENT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
DATA_DIR := ${CURRENT_DIR}/data
@@ -6,8 +6,8 @@ import (
"strings"
)
-const AppVersion = "1.0.3"
-const AssetsVersion = 2
+const AppVersion = "1.0.4"
+const AssetsVersion = 3
const DataDirectory = "data"
const DBFileName = "IP2LOCATION-LITE-DB3.BIN"