diff options
author | Wolfy-J <[email protected]> | 2018-07-08 21:58:07 -0700 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-07-08 21:58:07 -0700 |
commit | 55098299c87761c0545ee7a98e0132fa48c5d79f (patch) | |
tree | f5860670716043eda55e48054d32fcb946d7c9ff /build.sh | |
parent | 528eb2c1b9befaac82a85de9c6d7dea86da0aaac (diff) |
more tests
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" # Pushes application version into the build information. -RR_VERSION=1.0.5 +RR_VERSION=1.1.0 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |