diff options
author | Wolfy-J <[email protected]> | 2019-05-05 12:35:11 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-05 12:35:11 +0300 |
commit | 0b9a566934021105119a5475b0404e5eda73aeab (patch) | |
tree | df5c9e215fb00592a3a6d85ab7b3689762d2a216 /build.sh | |
parent | f8a76de00b90b0d3018ed5af1387cb57d2210fc0 (diff) |
more limit tests
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.3.7 +RR_VERSION=1.4.0 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/rr/cmd/rr/cmd.Version=${RR_VERSION}" |