We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059270f commit 811aa36Copy full SHA for 811aa36
pkg/constants/constants.go
@@ -13,7 +13,7 @@ const (
13
DockerOrg = "docker.io/m0rf30/yap-"
14
Git = "git"
15
GoArchiveURL = "https://go.dev/dl/go1.24.2.linux-amd64.tar.gz"
16
- YAPVersion = "v1.43"
+ YAPVersion = "v1.44"
17
)
18
19
var (
0 commit comments