Skip to content

Commit

Permalink
Merge pull request #44 from wimaha/dev
Browse files Browse the repository at this point in the history
Version bump to 1.2.2
  • Loading branch information
wimaha authored Aug 10, 2024
2 parents b0eebd0 + d462cbb commit 8b9732b
Showing 1 changed file with 1 addition and 1 deletion.
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{"charge_port_door_open", "charge_port_door_close
var static embed.FS

func main() {
log.Info("TeslaBleHttpProxy 1.2 is loading ...")
log.Info("TeslaBleHttpProxy 1.2.2 is loading ...")

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

0 comments on commit 8b9732b

Please sign in to comment.