Browse Source

Version++

Volodymyr Tkach 2 years ago
parent
commit
5919a9e931
2 changed files with 3 additions and 3 deletions
  1. 1 1
      Makefile
  2. 2 2
      internal/consts/consts.go

+ 1 - 1
Makefile

@@ -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

+ 2 - 2
internal/consts/consts.go

@@ -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"