Skip to content

Commit

Permalink
chore: 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Nov 10, 2023
1 parent 4b9c0c2 commit efab2a5
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(cmd *cobra.Command, args []string) {
fmt.Println("Yap v1.2")
fmt.Println("Yap v1.3")
},
}

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

0 comments on commit efab2a5

Please sign in to comment.