Skip to content

Commit

Permalink
Merge pull request #57 from wimaha/dev
Browse files Browse the repository at this point in the history
New Version
  • Loading branch information
wimaha authored Nov 4, 2024
2 parents 2a86f2f + 1e8478e commit a1ddaf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.5
VERSION := 1.2.6

export DOCKER_CLI_EXPERIMENTAL=enabled

Expand All @@ -24,7 +24,7 @@ publish:
--tag $(IMAGE):dev \
.

.PHONY: publish # Push the image to the remote registry
.PHONY: dev # Push the image to the remote registry
dev:
@docker buildx create --use --name=crossplat --node=crossplat && \
docker buildx build \
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{"charge_port_door_open", "charge_port_door_close
var static embed.FS

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

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

0 comments on commit a1ddaf5

Please sign in to comment.