Typo path -> patch

This commit is contained in:
Kris Childress 2016-12-04 06:19:23 -07:00
parent 56ec37307a
commit d59923f0ce
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ We should lock down the `master` branch on a given date. The lockdown is designe
Kops uses [semantic versioning](http://semver.org/) to version the code base.
```
major.minor.path
major.minor.patch
```
Our goal is to keep `major.minor` in sync (within reason) to the Kubernetes codebase. But to release our own patch versions as needed.