From 8d0f1af36937ee1cabceaf51030ee2990286d126 Mon Sep 17 00:00:00 2001
From: "lennart.kramer" <lennart.kramer@stud.uni-goettingen.de>
Date: Thu, 21 Jul 2022 00:50:49 +0200
Subject: [PATCH] bump version

---
 CHANGELOG             | 5 +++++
 goemaxima_version     | 2 +-
 helmmaxima/Chart.yaml | 4 ++--
 src/web/web.go        | 2 +-
 4 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index e00a205..bfd625f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+1.1.5
+-----
+* Add stackmaxima versions 2022060100, 2022071300
+* Minor changes of how files are handled on fork
+
 1.1.4
 -----
 * Add stackmaxima versions 2021010100, 2021120900
diff --git a/goemaxima_version b/goemaxima_version
index 65087b4..e25d8d9 100644
--- a/goemaxima_version
+++ b/goemaxima_version
@@ -1 +1 @@
-1.1.4
+1.1.5
diff --git a/helmmaxima/Chart.yaml b/helmmaxima/Chart.yaml
index 293e2de..85a2edd 100644
--- a/helmmaxima/Chart.yaml
+++ b/helmmaxima/Chart.yaml
@@ -14,8 +14,8 @@ type: application
 
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
-version: 1.1.4
+version: 1.1.5
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application.
-appVersion: 1.1.4
+appVersion: 1.1.5
diff --git a/src/web/web.go b/src/web/web.go
index 2effc62..6b14c95 100644
--- a/src/web/web.go
+++ b/src/web/web.go
@@ -250,7 +250,7 @@ func handler(w http.ResponseWriter, r *http.Request, queue <-chan *ChildProcess,
 	health := r.FormValue("health") == "1"
 	if r.Method == "GET" && r.FormValue("input") == "" && !health {
 		hostname, _ := os.Hostname()
-		fmt.Fprintf(w, "Hostname: %s, version: 1.1.4\n", hostname)
+		fmt.Fprintf(w, "Hostname: %s, version: 1.1.5\n", hostname)
 		return
 	}
 	// the maxima input to be evaluated
-- 
GitLab