Skip to content

Commit

Permalink
Bump Version to 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wimaha committed Nov 23, 2024
1 parent ed4705a commit faacc77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DEFAULT_GOAL := default

IMAGE ?= wimaha/tesla-ble-http-proxy
VERSION := 1.2.6
VERSION := 1.2.7

export DOCKER_CLI_EXPERIMENTAL=enabled

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var exceptedCommands = []string{"auto_conditioning_start", "auto_conditioning_st
var static embed.FS

func main() {
log.Info("TeslaBleHttpProxy 1.2.6 is loading ...")
log.Info("TeslaBleHttpProxy 1.2.7 is loading ...")

envLogLevel := os.Getenv("logLevel")
if envLogLevel == "debug" {
Expand Down

0 comments on commit faacc77

Please sign in to comment.