Skip to content

Commit

Permalink
Set new development version.
Browse files Browse the repository at this point in the history
  • Loading branch information
novabyte committed Nov 6, 2017
1 parent b6f073b commit 6373586
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6373586

Please sign in to comment.