summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-23 20:24:34 +0300
committerWolfy-J <[email protected]>2018-06-23 20:24:34 +0300
commit4e18947c529d8f23fd2c4b9d755f66268777b59a (patch)
treeb21877830113af8e11b6e3e9557ba20dc88709ba /build.sh
parentc02a0494993f36734db18083ee878f29ed10fb10 (diff)
better shutdown
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 ca5d4987..85b0b306 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.2
+RR_VERSION=1.0.3
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"