mirror of https://github.com/docker/docs.git
Merge pull request #2211 from nishanttotla/bump-1.2.2-rc1
Bump version to 1.2.2-rc1
This commit is contained in:
commit
372ad21097
|
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.2.2 (2016-05-05)
|
||||||
|
|
||||||
|
#### Cluster management
|
||||||
|
|
||||||
|
- Fix deadlock that causes Swarm to hang
|
||||||
|
|
||||||
## 1.2.1 (2016-05-03)
|
## 1.2.1 (2016-05-03)
|
||||||
|
|
||||||
#### Scheduler
|
#### Scheduler
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ package version
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// VERSION should be updated by hand at each release
|
// 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 will be overwritten automatically by the build system
|
||||||
GITCOMMIT = "HEAD"
|
GITCOMMIT = "HEAD"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue