summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-03-09 22:11:32 +0300
committerValery Piashchynski <[email protected]>2020-03-09 22:11:32 +0300
commit939de6f8f6072f74f20cd99f5e6725030f546b9c (patch)
tree3c93ac265e21b86c0c9c0023f622db9add7afb93 /build.sh
parent50e4089e5bfe8121dc291d5a77c992df68b20f10 (diff)
Prepare to 1.6.3 release
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 494944c6..2a696538 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.6.2
+RR_VERSION=1.6.3
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"