From 6ef82aa71bdcb783fda1caf641f75125f16f16e0 Mon Sep 17 00:00:00 2001 From: Alexandre Fiori Date: Fri, 29 Sep 2017 12:13:55 +0100 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 0b539eb..d5f080f 100644 --- a/apiserver/main.go +++ b/apiserver/main.go @@ -21,7 +21,7 @@ import ( ) // Version tag. -var Version = "3.2" +var Version = "3.3" // Run is the entrypoint for the freegeoip server. func Run() {