summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-04-22 00:00:08 +0300
committerValery Piashchynski <[email protected]>2020-04-22 00:00:08 +0300
commit4383ea22324920d5f901ee9cbbf9493480ecf1ea (patch)
tree4e7cf4180b1e62e297a44df95f1367e43b1eac75 /build.sh
parenta6bd7b7aa36de67501ff69a6ef000ebd748b576b (diff)
update build, readme, .rr.yaml
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 5b36dbea..da6826f9 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.7.0
+RR_VERSION=1.7.1
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"