From ba4bcfccc73866b3d3cf9901451466a3e92ce1be Mon Sep 17 00:00:00 2001 From: BenB196 <8277432+BenB196@users.noreply.github.com> Date: Fri, 2 Oct 2020 11:22:28 -0400 Subject: [PATCH] Bumped go version to 1.15 Bump version --- VERSION | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 7d6b3eb..429d94a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.8 \ No newline at end of file +0.0.9 \ No newline at end of file diff --git a/go.mod b/go.mod index 7e2da4a..e83b1a7 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/BenB196/ip-api-go-pkg -go 1.14 +go 1.15