Merge pull request #2211 from nishanttotla/bump-1.2.2-rc1

Bump version to 1.2.2-rc1
This commit is contained in:
Nishant Totla 2016-05-05 17:49:03 -07:00
commit 372ad21097
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 1.2.2 (2016-05-05)
#### Cluster management
- Fix deadlock that causes Swarm to hang
## 1.2.1 (2016-05-03)
#### Scheduler

View File

@ -2,7 +2,7 @@ package version
var (
// VERSION should be updated by hand at each release
VERSION = "1.2.1"
VERSION = "1.2.2"
// GITCOMMIT will be overwritten automatically by the build system
GITCOMMIT = "HEAD"