summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAnton Titov <[email protected]>2020-02-17 12:35:45 +0300
committerGitHub <[email protected]>2020-02-17 12:35:45 +0300
commiteb296f27868d4ac886b1b151377f15b35e3f0099 (patch)
treeefe36de6d7d6ae0cfe8d5e382b407d99706ee42a /build.sh
parent691e937bcaf089e33e11e7f5528e7e736f500d0a (diff)
parente118ffeedc1de821280cffe22c5a459d262fe074 (diff)
Merge pull request #251 from spiral/update_release_changelog_and_version
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}"