summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-09-23 15:47:55 +0300
committerWolfy-J <[email protected]>2018-09-23 15:47:55 +0300
commit0d826d29d27cdc83766ceb60c33444603f67ade1 (patch)
tree0bb3af3528481af163d331104bd672bfc2794117 /build.sh
parentd208fa427bedeed367be4bab6d5285eb0a8984fb (diff)
task wait group protection added
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 dbcd4da4..1c2d8128 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.1
+RR_VERSION=1.2.2
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"