summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-04-22 07:20:09 +0000
committerGitHub <[email protected]>2020-04-22 07:20:09 +0000
commitfee8dbb4a6723068050c3396c61180a0733cf988 (patch)
tree48929892800584280b35849cc2bde06d8694c3e0 /build.sh
parentca7300a9aa7620317deeb2a51e5d7441bebccc5a (diff)
parent4179f90436243cb1aed1bc57754f6b4187d5a16f (diff)
Merge #311v1.7.1
311: Release 1.7.1 r=48d90782 a=48d90782 Co-authored-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 5b36dbea..da6826f9 100755
--- a/build.sh
+++ b/build.sh
@@ -3,7 +3,7 @@ cd $(dirname "${BASH_SOURCE[0]}")
OD="$(pwd)"
# Pushes application version into the build information.
-RR_VERSION=1.7.0
+RR_VERSION=1.7.1
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"