Skip to content

Commit

Permalink
Version Bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wimaha committed Dec 29, 2024
1 parent 3f6bf61 commit a55572d
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 := 2.0.0
VERSION := 2.0.1

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 @@ -17,7 +17,7 @@ var static embed.FS
var html embed.FS

func main() {
log.Info("TeslaBleHttpProxy 2.0.0 is loading ...")
log.Info("TeslaBleHttpProxy 2.0.1 is loading ...")

config := config.LoadConfig()

Expand Down

0 comments on commit a55572d

Please sign in to comment.