From 6373586fc020f1f7e83948edc604aa624e711548 Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Mon, 6 Nov 2017 18:47:42 +0000 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 14e91fede6..ee7f21a32a 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] + ## [1.2.0] - 2017-11-06 ### Added - New experimental rUDP socket protocol option for client connections. diff --git a/Makefile b/Makefile index 9b83042e84..e2d54ce531 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # limitations under the License. BINNAME := nakama -VERSION := 1.2.0 +VERSION := 1.3.0-dev BUILDDIR := build COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha) DOCKERDIR := install/docker/nakama