From f0a7d7b4cb84ca2f908d9d2fb15df495af2e579e Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Sat, 12 Nov 2016 20:24:08 -0800 Subject: [PATCH] Bump version to 0.5.0 --- what-is-my-ip.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/what-is-my-ip.go b/what-is-my-ip.go index 8516314..8549817 100644 --- a/what-is-my-ip.go +++ b/what-is-my-ip.go @@ -20,7 +20,7 @@ const ( func main() { app := cli.NewApp() app.Name = appName - app.Version = "0.4.0" + app.Version = "0.5.0" app.Usage = "Webapp that gives the IP address for incoming requests" app.Action = action