From 2dcf07c0cca55ffdc8d7f152eba52e7e6feafccf Mon Sep 17 00:00:00 2001 From: Catherin Cruz Date: Wed, 4 Apr 2018 22:23:59 -0500 Subject: [PATCH] Update version to 1.4-k8s Update version to 1.4-k8s --- outyet.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/outyet.go b/outyet.go index bff99ac..e9c6d32 100644 --- a/outyet.go +++ b/outyet.go @@ -151,10 +151,10 @@ 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(`
- Kubernetes & Katacoda -

Playing with Kubernetes & Katacoda!

-

Your server IP: {{.Version}}

-

This is a fresh new version!!!

-

Rolling version [1.3-k8s}

+

Playing with Kubernetes & Katacoda!

+

Your server IP: {{.Version}}

+

This is a fresh new version!!!

+

Rolling version [1.4-k8s}

+Kubernetes & Katacoda
`))