diff options
author | Anton Titov <[email protected]> | 2019-07-01 15:19:13 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2019-07-01 15:19:13 +0300 |
commit | 9aee5beceffae852240491f042b5133e4f607a54 (patch) | |
tree | 3d722b9b3910c7ee4e25f368b064a3231300df92 | |
parent | 1b026b48f8024650a2ff63736f80de05594ba483 (diff) |
Version bump (build.sh)v1.4.6
-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.5 +RR_VERSION=1.4.6 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |