summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-10-18 13:23:06 +0300
committerWolfy-J <[email protected]>2018-10-18 13:23:06 +0300
commit5c3ba4ddd3db5dbad00fc9a61e3bcf115658b935 (patch)
treefb714611b1d70011c4190a745aeb9f03c3b178fe /build.sh
parentc7243dd5a8f2d94c1c357bca242032777c33ac14 (diff)
- bugfix: ignored `stopping` value during http server shutdown
- debug log now split message into individual lines
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 8c4e47b5..aeba24a7 100755
--- a/build.sh
+++ b/build.sh
@@ -2,7 +2,7 @@
cd $(dirname "${BASH_SOURCE[0]}")
OD="$(pwd)"
# Pushes application version into the build information.
-RR_VERSION=1.2.5
+RR_VERSION=1.2.6
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"