Skip to content

Commit

Permalink
Bump version for release. 9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed Oct 21, 2019
1 parent a3849de commit 211b968
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ PKGNAME := yay
PREFIX := /usr/local

MAJORVERSION := 9
MINORVERSION := 3
PATCHVERSION := 3
MINORVERSION := 4
PATCHVERSION := 0
VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION}

GOFLAGS := -v -mod=vendor
Expand Down
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type Configuration struct {
UseAsk bool `json:"useask"`
}

var version = "9.3.1"
var version = "9.4.0"

// configFileName holds the name of the config file.
const configFileName string = "config.json"
Expand Down
2 changes: 1 addition & 1 deletion doc/yay.8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'\ t
.TH "YAY" "8" "2018\-07\-01" "Yay v8.972+" "Yay Manual"
.TH "YAY" "8" "2019\-10\-21" "Yay v9.4+" "Yay Manual"
.nh
.ad l
.SH NAME
Expand Down

0 comments on commit 211b968

Please sign in to comment.