summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-02-11 12:18:41 +0300
committerValery Piashchynski <[email protected]>2020-02-11 12:18:41 +0300
commit7165d642978262130db2ca029a0597d5c77f6e8c (patch)
tree8fecd57e09e0737145d43af51f7dc99961c2934c
parent341b7ae6ac2a54b82876477fdf41fd23f8cc1f8a (diff)
Bumb RR version to 1.6.01.6.0
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index e61a60cf..a27da775 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.5.3
+RR_VERSION=1.6.0
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"