From 84b0c0e12ea67972217f15134c3c3ab2cd4b079d Mon Sep 17 00:00:00 2001
From: root <root@ip-10-0-0-34.ec2.internal>
Date: Wed, 1 Jul 2020 12:00:39 +0000
Subject: [PATCH] Release updated to v0.0.8

---
 main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.go b/main.go
index bc3df2c..5a57201 100644
--- a/main.go
+++ b/main.go
@@ -40,7 +40,7 @@ var (
 	)
 )
 
-var version = "v0.0.7"
+var version = "v0.0.8"
 
 // ReturnRelease returns the release configured by the user
 func ReturnRelease(w http.ResponseWriter, r *http.Request) {
-- 
GitLab