diff options
author | Wolfy-J <[email protected]> | 2018-09-21 16:25:13 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-09-21 16:25:13 +0300 |
commit | 0f8b7d823f7cfbbc8b47ba1f1562d6112e57a0be (patch) | |
tree | cea862da8165b053b1d81bef21a85c625074cd15 /build.sh | |
parent | a6191395dbf15b5884999382a0fc6ca894367323 (diff) |
version bump
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.0 +RR_VERSION=1.2.1 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |