summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-10-13 10:54:47 +0300
committerWolfy-J <[email protected]>2018-10-13 10:54:47 +0300
commit1166830f80b2f86acdc75c789a1996a021442441 (patch)
tree407f4d971bb074f5285c5c491a794f1699a15f17 /build.sh
parentcabffb55016e14afed94d1c0bced1b9a1b0b82b6 (diff)
pre-release activities
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 4540c912..8c4e47b5 100755
--- a/build.sh
+++ b/build.sh
@@ -2,7 +2,7 @@
cd $(dirname "${BASH_SOURCE[0]}")
OD="$(pwd)"
# Pushes application version into the build information.
-RR_VERSION=1.2.4
+RR_VERSION=1.2.5
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"