diff options
author | Valery Piashchynski <[email protected]> | 2020-04-22 00:00:08 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-04-22 00:00:08 +0300 |
commit | 4383ea22324920d5f901ee9cbbf9493480ecf1ea (patch) | |
tree | 4e7cf4180b1e62e297a44df95f1367e43b1eac75 /build.sh | |
parent | a6bd7b7aa36de67501ff69a6ef000ebd748b576b (diff) |
update build, readme, .rr.yaml
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |