summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-03-21 14:50:32 +0300
committerWolfy-J <[email protected]>2019-03-21 14:50:32 +0300
commitc5f8f9d12de48d93db2c9ef63acc5bfab4f1d08a (patch)
treec58cac112aa3f10dd2685e5124683223ebcb8df6
parent3c636b0397603b8019e1a2c95a4ce5424ff950cc (diff)
version bumpv1.3.6
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index d1993996..4cb41e30 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.5
+RR_VERSION=1.3.6
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"