Commit 5d4d5234 authored by Chris Molozian's avatar Chris Molozian
Browse files

Set new development version.

parent 753301f9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@ 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.3] - 2017-02-25
### Added
- Add CORS headers for browser games.
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
# limitations under the License.

BINNAME := nakama
VERSION := 0.11.3
VERSION := 0.12.0-dev
BUILDDIR := build
COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha)