Skip to content

Commit

Permalink
chore: 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Feb 21, 2024
1 parent df7270c commit bb2db03
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 @@ -11,7 +11,7 @@ var versionCmd = &cobra.Command{
Short: "Print the version number of Yap",
Long: `All software has versions. This is Yap's`,
Run: func(_ *cobra.Command, _ []string) {
fmt.Println("Yap v1.6")
fmt.Println("Yap v1.7")
},
}

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.6
pkgver=1.7
pkgrel=1
pkgdesc="Package software with ease"
pkgdesc__alpine="Package software with ease for Alpine"
Expand Down

0 comments on commit bb2db03

Please sign in to comment.