Loading CHANGELOG.md +2 −0 Original line number Diff line number Diff line Loading @@ -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] ## [1.4.0] - 2017-12-16 ### Changed - Nakama will now log an error and refuse to start if the schema is outdated. Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ # limitations under the License. BINNAME := nakama VERSION := 1.4.0 VERSION := 1.5.0-dev BUILDDIR := build COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha) DOCKERDIR := install/docker/nakama Loading Loading
CHANGELOG.md +2 −0 Original line number Diff line number Diff line Loading @@ -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] ## [1.4.0] - 2017-12-16 ### Changed - Nakama will now log an error and refuse to start if the schema is outdated. Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ # limitations under the License. BINNAME := nakama VERSION := 1.4.0 VERSION := 1.5.0-dev BUILDDIR := build COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha) DOCKERDIR := install/docker/nakama Loading