From 10df93b1b93f48024f812d6be053d154c4a127e3 Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Sun, 12 Feb 2017 23:30:37 +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 6133433fd..4a7be7752 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.11.1] - 2017-02-12 ### Changed - Server configuration in dashboard is now displayed as YAML. diff --git a/Makefile b/Makefile index cea4b9339..228e17c7a 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # limitations under the License. BINNAME := nakama -VERSION := 0.11.1 +VERSION := 0.12.0-dev BUILDDIR := build COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha) -- GitLab