From efcafbbbb96c58a3d5ac55661a2c396ec8540c7e Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Sun, 12 Feb 2017 23:19:22 +0100 Subject: [PATCH] Nakama 0.11.1 release. --- CHANGELOG.md | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f95446a669..6133433fdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project are documented below. The format is based on [keep a changelog](http://keepachangelog.com/) and this project uses [semantic versioning](http://semver.org/). -## [Unreleased] +## [0.11.1] - 2017-02-12 ### Changed - Server configuration in dashboard is now displayed as YAML. - Update server protocol to simplify presence messages across chat and multiplayer. diff --git a/Makefile b/Makefile index 228e17c7a4..cea4b9339c 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # limitations under the License. BINNAME := nakama -VERSION := 0.12.0-dev +VERSION := 0.11.1 BUILDDIR := build COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha)