Fix inflection bug for "ss" words (like address)

* Adjust inflect rules
* Bump version to 2.1.8
This commit is contained in:
Patrick O'brien 2017-01-24 13:31:43 +10:00
parent 761efee9f0
commit e992e327c2
3 changed files with 26 additions and 1 deletions

View file

@ -14,7 +14,7 @@ import (
"github.com/vattle/sqlboiler/boilingcore"
)
const sqlBoilerVersion = "2.1.7"
const sqlBoilerVersion = "2.1.8"
var (
cmdState *boilingcore.State