summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-12-23 16:55:48 +0300
committerWolfy-J <[email protected]>2019-12-23 16:55:48 +0300
commit214e01839732eee1ded7e514a8aed3399364582f (patch)
tree81bd225dce5bf1cbb1261d8a0d4123f4915bd2cd /build.sh
parenta006a2d7dde5b01e6478c552d03fb2d592fb579e (diff)
- version bump
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 128b2f09..7562c34e 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.2
+RR_VERSION=1.5.3
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"