summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-02-17 12:32:26 +0300
committerValery Piashchynski <[email protected]>2020-02-17 12:32:26 +0300
commite118ffeedc1de821280cffe22c5a459d262fe074 (patch)
treeefe36de6d7d6ae0cfe8d5e382b407d99706ee42a /build.sh
parent691e937bcaf089e33e11e7f5528e7e736f500d0a (diff)
Update CHANGELOG and version in build.sh
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 8015a481..6a185091 100755
--- a/build.sh
+++ b/build.sh
@@ -3,7 +3,7 @@ cd $(dirname "${BASH_SOURCE[0]}")
OD="$(pwd)"
# Pushes application version into the build information.
-RR_VERSION=1.6.0
+RR_VERSION=1.6.1
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"