summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-09-02 11:30:46 +0300
committerValery Piashchynski <[email protected]>2020-09-02 11:30:46 +0300
commit163c72df6e4a46aa78ab825670aedce069bae40f (patch)
treecc09ae8b027be73e7e168b7447bfe71af5d92686 /build.sh
parentf7dc6bafa5edadcaba87ffee9bb33aa82a848792 (diff)
release 1.8.3
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 9730ba08..77c13fff 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.2
+RR_VERSION=1.8.3
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"