increase version to 0.4.1 - pre release
This commit is contained in:
parent
c7057d7853
commit
7bc2adae0d
2
main.go
2
main.go
|
|
@ -860,7 +860,7 @@ func main() {
|
||||||
http.HandleFunc("/api/history", apiHistory)
|
http.HandleFunc("/api/history", apiHistory)
|
||||||
|
|
||||||
log.Println("S7-1200 Force Monitor started")
|
log.Println("S7-1200 Force Monitor started")
|
||||||
log.Println("VERSION 0.3.0")
|
log.Println("VERSION 0.4.1")
|
||||||
log.Printf("Open: http://localhost%s", cfg.Server.ListenAddr)
|
log.Printf("Open: http://localhost%s", cfg.Server.ListenAddr)
|
||||||
log.Fatal(http.ListenAndServe(cfg.Server.ListenAddr, nil))
|
log.Fatal(http.ListenAndServe(cfg.Server.ListenAddr, nil))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue