From d3a9082f2ad8c9ff534cdbc81fc5a0ae59254889 Mon Sep 17 00:00:00 2001 From: Jguer Date: Fri, 7 Dec 2018 13:56:00 +0000 Subject: [PATCH] Update patch version of yay to reflect makefile changes --- Makefile | 2 +- config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4fb4c1ad..82775397 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DESTDIR := MAJORVERSION := 9 MINORVERSION ?= 0 -PATCHVERSION := 0 +PATCHVERSION := 1 VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION} LDFLAGS := -ldflags '-s -w -X main.version=${VERSION}' diff --git a/config.go b/config.go index 64bb090a..5274b639 100644 --- a/config.go +++ b/config.go @@ -78,7 +78,7 @@ type Configuration struct { UseAsk bool `json:"useask"` } -var version = "9.0.0" +var version = "9.0.1" // configFileName holds the name of the config file. const configFileName string = "config.json"