From f7b4194b375601e969258b0e0406f794a08d3d7d Mon Sep 17 00:00:00 2001 From: Kyle Ellrott Date: Thu, 14 Oct 2021 13:00:45 -0700 Subject: [PATCH] Updating LAST_PR_NUMBER for release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e97133ca..eb1c6825 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ VERSION_LDFLAGS=\ export GRIP_VERSION = 0.7.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 = 134 +export LAST_PR_NUMBER = 229 # --------------------- # Compile and Install