Skip to content

Commit

Permalink
chore: 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Nov 5, 2024
1 parent 05bc0c2 commit 2e7cd69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions build/deploy/rocky-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN \
bash-completion \
ca-certificates \
dnf-plugins-core \
epel-release \
sudo; \
dnf config-manager --enable devel; \
dnf config-manager --enable powertools; \
Expand Down
1 change: 1 addition & 0 deletions build/deploy/rocky-9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN \
bash-completion \
ca-certificates \
dnf-plugins-core \
epel-release \
sudo; \
dnf config-manager --enable crb; \
dnf config-manager --enable devel; \
Expand Down
2 changes: 1 addition & 1 deletion cmd/yap/command/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var versionCmd = &cobra.Command{
pterm.DefaultCenter.Print(
pterm.DefaultHeader.WithFullWidth().WithMargin(10).Sprint("Yet Another Packager"))

pterm.Println("Version v1.21")
pterm.Println("Version v1.25")
pterm.Println("Coded with \u2764 by M0Rf30")
},
}
Expand Down
2 changes: 1 addition & 1 deletion examples/yap/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=yap
pkgver=1.21
pkgver=1.25
pkgrel=1
pkgdesc="Package software with ease"
pkgdesc__alpine="Package software with ease for Alpine"
Expand Down

0 comments on commit 2e7cd69

Please sign in to comment.