diff options
author | Wolfy-J <[email protected]> | 2018-09-29 23:25:04 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-09-29 23:25:04 +0300 |
commit | 06936766844c9d0d4f1f9f92efb622ba765c8c64 (patch) | |
tree | 456f679f57be64ee3963e823182f894668f28911 /build.sh | |
parent | 1cfb3a4d142db6afec2befe82bdfdf625cc0f2d4 (diff) |
removed empty error check
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.2.2 +RR_VERSION=1.2.3 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |