summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-12-02 09:39:42 +0000
committerGitHub <[email protected]>2020-12-02 09:39:42 +0000
commitb22078ce707d21ac17ea1727a4174c44ef57ae69 (patch)
tree2583c7cdde2dd37cf067a23ee70a6aa793163193 /build.sh
parenta2e7b9ffc39ae982d63a1a87dc358447d35d8bc9 (diff)
parent453133e7bb876a5f678ebd0847221495efbcd1ba (diff)
Merge #424v1.9.0
424: Release 1.9.0 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 df05fff0..64411dba 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.8.4
+RR_VERSION=1.9.0
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"