summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-01-11 15:48:44 +0300
committerWolfy-J <[email protected]>2019-01-11 15:48:44 +0300
commit1e12b6ded87f8a89bf1cc88943cdba41ad4da8ed (patch)
treec8768ad398d9fa45f781c62cc91ec305cded2d7c /build.sh
parent5b24b65e62a26f74b9f9bd9ee79c717ea0836892 (diff)
quickbuilds
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 5772f9f8..36a8f198 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.3.0
+RR_VERSION=1.3.1
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"