summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-05-05 14:59:13 +0000
committerGitHub <[email protected]>2020-05-05 14:59:13 +0000
commit4d7dff992d7aef6775744f91ce2766d164f4a5da (patch)
treede2e7c8d30e8ef7b9ac5865625ab308ff3c104d9 /build.sh
parent670a6de77a0aee53296ac8741853cbec1b416f8d (diff)
parent1ca2cd491bc0f70aa2893c7e39e0389345a7728b (diff)
Merge #318v1.8.0
318: release 1.8.0 r=48d90782 a=48d90782 release 1.8.0 Co-authored-by: Valery Piashchynski <[email protected]> Co-authored-by: Valentin V / vvval <[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 da6826f9..b14bcb88 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.1
+RR_VERSION=1.8.0
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"