From 0dd1535c2dfbf0af791bd56150b0866350ddb604 Mon Sep 17 00:00:00 2001 From: adamstruck Date: Fri, 24 Aug 2018 16:06:29 -0700 Subject: [PATCH] version bump --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7585bc1f..9de1dacc 100644 --- a/Makefile +++ b/Makefile @@ -15,10 +15,10 @@ VERSION_LDFLAGS=\ -X "github.com/bmeg/grip/version.GitBranch=$(git_branch)" \ -X "github.com/bmeg/grip/version.GitUpstream=$(git_upstream)" -export GRIP_VERSION = 0.3.1 +export GRIP_VERSION = 0.4.0 # LAST_PR_NUMBER is used by the release notes builder to generate notes # based on pull requests (PR) up until the last release. -export LAST_PR_NUMBER = 127 +export LAST_PR_NUMBER = 132 # --------------------- # Compile and Install