Skip to content

Commit

Permalink
Merge branch 'optimize-dbwrite' into 'master'
Browse files Browse the repository at this point in the history
bump version

See merge request !15
  • Loading branch information
absolute8511 committed Sep 3, 2020
2 parents 49f880a + 54d0d28 commit 89a4f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version/binary.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"runtime"
)

const Binary = "0.3.7-HA.1.12.0"
const Binary = "0.3.7-HA.1.12.1"

func String(app string) string {
return fmt.Sprintf("%s v%s (built w/%s)", app, Binary, runtime.Version())
Expand Down

0 comments on commit 89a4f64

Please sign in to comment.