Make release 0.18.0

Didn't notice that we already had a tag for 0.17.0 from last week.
Let's skip that and move to 0.18.
This commit is contained in:
Rohit Jnagal 2015-09-23 20:08:28 +00:00
parent 9e667bc6dc
commit 1f910b1ad5
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog
### 0.17.0 (2015-09-23)
### 0.18.0 (2015-09-23)
- Large bunch of bug-fixes
- Fixed networking stats for newer docker versions using libnetwork.
- Added application-specific metrics

View File

@ -15,4 +15,4 @@
package version
// Version of cAdvisor.
const VERSION = "0.17.0"
const VERSION = "0.18.0"