Skip to content

Commit

Permalink
Update version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Jun 11, 2023
1 parent a4dd24c commit 7ab00cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"strings"
)

var Version = "1.2.0"
var Version = "1.2.1"

func Init() {
// init command arguments
Expand Down
2 changes: 1 addition & 1 deletion internal/mqtt/mqtt.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func runPublic() {
cmd = "killall mosquitto; sleep .5; /tmp/mosquitto -d; sleep .5"
}

log.Info().Msg("[mqtt] run mosquitto on :1883")
log.Info().Msg("[mqtt] run mosquitto on 0.0.0.0:1883")

if err := exec.Command("sh", "-c", cmd).Run(); err != nil {
log.Warn().Err(err).Caller().Send()
Expand Down

0 comments on commit 7ab00cb

Please sign in to comment.