From 5e0c4f50cf6d8a42ec8ee2899323453aea4c3512 Mon Sep 17 00:00:00 2001 From: Alexandre Fiori Date: Sat, 3 Dec 2016 03:07:17 +0000 Subject: [PATCH] Bump version --- apiserver/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiserver/main.go b/apiserver/main.go index a96a933..7685188 100644 --- a/apiserver/main.go +++ b/apiserver/main.go @@ -19,7 +19,7 @@ import ( ) // Version tag. -var Version = "3.1.4" +var Version = "3.1.5" // Run is the entrypoint for the freegeoip server. func Run() {