Version bump

This commit is contained in:
Jarno Rankinen 2023-02-28 20:49:26 +02:00
parent 6053698552
commit 173020b720
1 changed files with 1 additions and 6 deletions

View File

@ -19,7 +19,7 @@ import (
var static embed.FS var static embed.FS
var ( var (
version = "0.0.5" version = "0.0.6"
pingvin pingvinKL.PingvinKL pingvin pingvinKL.PingvinKL
DEBUG = false DEBUG = false
) )
@ -56,11 +56,6 @@ func coils(w http.ResponseWriter, r *http.Request) {
} }
} }
// func singlecoil(w http.ResponseWriter, r *http.Request) {
// w.Header().Set("Content-Type", "application/json")
// }
func registers(w http.ResponseWriter, r *http.Request) { func registers(w http.ResponseWriter, r *http.Request) {
w.Header().Set("Content-Type", "application/json") w.Header().Set("Content-Type", "application/json")
if DEBUG { if DEBUG {