Skip to content
Snippets Groups Projects
Commit 845509e1 authored by lennart.kramer's avatar lennart.kramer
Browse files

bump version

parent c3b60f7a
No related branches found
No related tags found
No related merge requests found
1.1.9
-----
* Add 2023052400 version
* Load lsquares earlier than stackmaxima libraries so that fboundp does not get overwritten
1.1.8
-----
* Backport cartesian_product fix for 5.44 maxima version
......
1.1.8
1.1.9
......@@ -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.8
version: 1.1.9
# 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.8
appVersion: 1.1.9
......@@ -460,7 +460,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.8\n", hostname)
fmt.Fprintf(w, "Hostname: %s, version: 1.1.9\n", hostname)
return
}
// the maxima input to be evaluated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment