Skip to content

Commit 785035b

Browse files
committed
chore: bump version to 0.1.0-beta.14
1 parent 9443f21 commit 785035b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/constants/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package constants
33
import "os"
44

55
const (
6-
Version = "0.1.0-beta.13"
7-
HAProxyVersion = "3.2"
6+
Version = "0.1.0-beta.14"
7+
HAProxyVersion = "0.1.0-beta.14"
88
HaloydContainerName = "haloyd"
99
HAProxyContainerName = "haloy-haproxy"
1010
DockerNetwork = "haloy"

0 commit comments

Comments
 (0)