summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-10-21 13:54:09 +0300
committerValery Piashchynski <[email protected]>2020-10-21 13:54:09 +0300
commit07278036a91565fe9b4f0fac2b1556a1b59e3373 (patch)
tree4c88f52788b07d1e32da6ee2d2d4f03d10317072 /build.sh
parent414195987e1ae2b0ea940dcf1a5b8178453c4382 (diff)
Release 1.8.4
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 77c13fff..df05fff0 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.3
+RR_VERSION=1.8.4
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"