From 4d1944fb25e78986a164a6182ed24e8e64181fca Mon Sep 17 00:00:00 2001 From: Catherin Cruz Date: Tue, 3 Apr 2018 00:11:42 -0500 Subject: [PATCH] Updating to version 1.2 Updating to version 1.2 --- outyet.go | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/outyet.go b/outyet.go index 57318ac..065a3ba 100644 --- a/outyet.go +++ b/outyet.go @@ -151,10 +151,9 @@ func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) { // tmpl is the HTML template that drives the user interface. var tmpl = template.Must(template.New("tmpl").Parse(`
-

Playing with Kubernetes & Katacoda!

-

Your server IP: {{.Version}}

-

This is a fresh new version!!!

-

Rolling version [1.1-k8s}

- Kubernetes & Katacoda +

Playing with Kubernetes & Katacoda!

+

Your server IP: {{.Version}}

+

Rolling version [1.2-k8s}

+Kubernetes & Katacoda
`))