summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-02-02 17:27:29 +0300
committerWolfy-J <[email protected]>2019-02-02 17:27:29 +0300
commit5d54e66187f1ff3c1a42009498b5e3749df6c334 (patch)
treed745d9e6efc93337e1d978d64b2ce327b2ffe261 /build.sh
parent8a1cd5f4395852f57528c4d4a333efc96d674c17 (diff)
version bumpv1.3.4
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 d16d9560..627bc6d4 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.3.3
+RR_VERSION=1.3.4
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"