summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-07-08 21:58:07 -0700
committerWolfy-J <[email protected]>2018-07-08 21:58:07 -0700
commit55098299c87761c0545ee7a98e0132fa48c5d79f (patch)
treef5860670716043eda55e48054d32fcb946d7c9ff
parent528eb2c1b9befaac82a85de9c6d7dea86da0aaac (diff)
more tests
-rw-r--r--CHANGELOG.md4
-rwxr-xr-xbuild.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 57efd5a1..66555957 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
CHANGELOG
=========
+v1.1.0 (80.07.2018)
+-------
+-
+
v1.0.5 (30.06.2018)
-------
- docker compatible logging (forcing TTY output for logrus)
diff --git a/build.sh b/build.sh
index 6765a431..3ca8ef46 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.5
+RR_VERSION=1.1.0
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"