Skip to content

Commit

Permalink
chore: 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Jun 28, 2024
1 parent 0f31cea commit 431de8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.10")
pterm.Println("Version v1.11")
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.10
pkgver=1.11
pkgrel=1
pkgdesc="Package software with ease"
pkgdesc__alpine="Package software with ease for Alpine"
Expand Down

0 comments on commit 431de8f

Please sign in to comment.