Skip to content

Commit 0cd6c4a

Browse files
committed
chore: 1.37
1 parent 03c7277 commit 0cd6c4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/yap/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=yap
2-
pkgver=1.36
2+
pkgver=1.37
33
pkgrel=1
44
pkgdesc="Package software with ease"
55
pkgdesc__alpine="Package software with ease for Alpine"

pkg/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const (
1313
DockerOrg = "docker.io/m0rf30/yap-"
1414
Git = "git"
1515
GoArchiveURL = "https://go.dev/dl/go1.24.0.linux-amd64.tar.gz"
16-
YAPVersion = "v1.36"
16+
YAPVersion = "v1.37"
1717
)
1818

1919
var (

0 commit comments

Comments
 (0)