Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstruck committed Aug 24, 2018
1 parent 4bdda97 commit 0dd1535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0dd1535

Please sign in to comment.