diff options
author | Wolfy-J <[email protected]> | 2019-05-04 00:17:15 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-04 00:17:15 +0300 |
commit | 07401f9644725ba0b34d6faf007c2c410d75a355 (patch) | |
tree | 199facf0c8227f5a1e3bc4f4ef8b705278d7bebd /build.sh | |
parent | cd89066cb9f2772a7626b8c958568e96ae7eafb4 (diff) |
minor cs
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.4.0 +RR_VERSION=1.3.7 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |