diff options
author | Wolfy-J <[email protected]> | 2018-07-08 21:58:07 -0700 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-07-08 21:58:07 -0700 |
commit | 55098299c87761c0545ee7a98e0132fa48c5d79f (patch) | |
tree | f5860670716043eda55e48054d32fcb946d7c9ff | |
parent | 528eb2c1b9befaac82a85de9c6d7dea86da0aaac (diff) |
more tests
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rwxr-xr-x | build.sh | 2 |
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) @@ -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}" |