Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
wimaha committed Jul 8, 2024
1 parent 4e3f6e4 commit 2dff18a
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 @@ -33,7 +33,7 @@ var exceptedCommands = []string{"flash_lights", "wake_up", "set_charging_amps",
var static embed.FS

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

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

0 comments on commit 2dff18a

Please sign in to comment.