Skip to content
Snippets Groups Projects
Commit 6e3322bd authored by Lennart Kramer's avatar Lennart Kramer
Browse files

refresh version numbers

parent 215a7556
Branches
No related tags found
No related merge requests found
1.0.2 1.0.3
...@@ -245,7 +245,7 @@ func process_cleanup(user *User, user_queue chan<- *User, tmp_dir string) { ...@@ -245,7 +245,7 @@ func process_cleanup(user *User, user_queue chan<- *User, tmp_dir string) {
func handler(w http.ResponseWriter, r *http.Request, queue <-chan *ChildProcess, user_queue chan<- *User, metrics *Metrics) { func handler(w http.ResponseWriter, r *http.Request, queue <-chan *ChildProcess, user_queue chan<- *User, metrics *Metrics) {
if r.Method == "GET" && r.FormValue("input") == "" { if r.Method == "GET" && r.FormValue("input") == "" {
hostname, _ := os.Hostname() hostname, _ := os.Hostname()
fmt.Fprintf(w, "Hostname: %s, version: 1.0.1\n", hostname) fmt.Fprintf(w, "Hostname: %s, version: 1.0.3\n", hostname)
return return
} }
// the maxima input to be evaluated // 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