diff options
author | Valery Piashchynski <[email protected]> | 2020-02-17 12:32:26 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-02-17 12:32:26 +0300 |
commit | e118ffeedc1de821280cffe22c5a459d262fe074 (patch) | |
tree | efe36de6d7d6ae0cfe8d5e382b407d99706ee42a /build.sh | |
parent | 691e937bcaf089e33e11e7f5528e7e736f500d0a (diff) |
Update CHANGELOG and version in build.sh
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.6.0 +RR_VERSION=1.6.1 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |