diff --git a/cmd/yap/command/version.go b/cmd/yap/command/version.go index 23c1432..f275d1d 100644 --- a/cmd/yap/command/version.go +++ b/cmd/yap/command/version.go @@ -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") }, } diff --git a/examples/yap/PKGBUILD b/examples/yap/PKGBUILD index 903bb22..1a092de 100644 --- a/examples/yap/PKGBUILD +++ b/examples/yap/PKGBUILD @@ -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"