bumping new version v1.5.0

updating CHANGELOG
This commit is contained in:
Tobias Lindberg
2021-05-03 19:08:41 +02:00
parent e78304cf26
commit 381bcb9164
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import (
// setting TeslaMateApi version number
// TODO: get the value from git-tag later..
var apiVersion = "1.4.9"
var apiVersion = "1.5.0"
// defining db var
var db *sql.DB