summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-06-27 14:54:58 +0300
committerWolfy-J <[email protected]>2019-06-27 14:54:58 +0300
commitbf540817226fae3833a81e08b6021789fdca8f2c (patch)
tree237426afce3efb0a2898f997ccd9990a63ebc38b /build.sh
parent39a2eac13074a209d17f03930223542ff0af8766 (diff)
more testsv1.4.5
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 ca7f126e..f8ea079b 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.4.4
+RR_VERSION=1.4.5
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"