Skip to content

Commit

Permalink
Merge branch 'release/v0.8.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyqs committed Feb 26, 2019
2 parents a87e30a + 64973a4 commit 4a40931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# limitations under the License.
#

__version__ = b'0.8.2'
__version__ = b'0.8.4'
__lang__ = b'python2'
2 changes: 1 addition & 1 deletion script/install_gnatsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

export DEFAULT_NATS_SERVER_VERSION=v1.2.0
export DEFAULT_NATS_SERVER_VERSION=v1.4.1
export NATS_SERVER_VERSION="${NATS_SERVER_VERSION:=$DEFAULT_NATS_SERVER_VERSION}"

# check to see if gnatsd folder is empty
Expand Down

0 comments on commit 4a40931

Please sign in to comment.