summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-30 13:51:31 +0300
committerWolfy-J <[email protected]>2018-06-30 13:51:31 +0300
commitaf9b527604714aca3a63671977ccaac982ccae1c (patch)
tree4b499500829c159e2111a7b500698ae63fe20b88 /build.sh
parent4c112144459a6414b74127b72de372c4ac7b99ac (diff)
- support logging for docker
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 85b0b306..6765a431 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.0.3
+RR_VERSION=1.0.5
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"