Skip to content

Commit

Permalink
chore: 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Oct 20, 2023
1 parent d9778a5 commit d6572e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/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.0")
fmt.Println("Yap v1.1")
},
}

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.0
pkgver=1.1
pkgrel=1
pkgdesc="Package software with ease"
pkgdesc__alpine="Package software with ease for Alpine"
Expand Down
2 changes: 1 addition & 1 deletion project/project_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const examplePkgbuild = `pkgname="httpserver"
pkgver="1.0"
pkgver="1.1"
pkgrel="1"
pkgdesc="Http file server written with Go"
pkgdesc_centos="Http file server written with Go for CentOS"
Expand Down

0 comments on commit d6572e3

Please sign in to comment.