diff options
author | Wolfy-J <[email protected]> | 2018-09-10 15:34:22 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-09-10 15:34:22 +0300 |
commit | 562464f605a013b4ab1d524b68e3668b71f2a0e3 (patch) | |
tree | 103f3cfab768264e7df461c2eafdc831fa44b267 /build.sh | |
parent | 9573091c7f0603c1d52a1180852d359feff7d99d (diff) |
update CHANGELOG
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.1.1 +RR_VERSION=1.2.0 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |