summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-02 10:33:58 +0300
committerValery Piashchynski <[email protected]>2020-12-02 10:33:58 +0300
commit0e5f37d059405b09e162bc7d16b0ec3fff3f3e14 (patch)
treefc390fa9216f396bad29b5ecc493febbce1b7c6e /build.sh
parenta2e7b9ffc39ae982d63a1a87dc358447d35d8bc9 (diff)
Release 1.9.0
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}"