From eb1e5d3f6ab1052461637a5b87df7fe100f01bb6 Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Tue, 28 Mar 2017 23:17:06 +0100 Subject: [PATCH] Set new development version. --- CHANGELOG.md | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca199beb0..79827f685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.12.1] - 2017-03-28 ### Added - Optionally allow JSON encoding in user login/register operations and responses. diff --git a/Makefile b/Makefile index 26caf0db0..3e00c1294 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # limitations under the License. BINNAME := nakama -VERSION := 0.12.1 +VERSION := 0.13.0-dev BUILDDIR := build COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha) -- GitLab