diff --git a/API.md b/API.md index 09f8c4789..fc5ba0ee3 100755 --- a/API.md +++ b/API.md @@ -1,5 +1,5 @@ -# 9.0.0-7 API Reference +# 9.0.0-8 API Reference diff --git a/README.md b/README.md index 267520d02..fbd794721 100644 --- a/README.md +++ b/README.md @@ -95,4 +95,4 @@ When validating a schema: * Rules are defined in an additive fashion and evaluated in order after whitelist and blacklist checks. # API -See the [API Reference](https://github.com/hapijs/joi/blob/v9.0.0-7/API.md). +See the [API Reference](https://github.com/hapijs/joi/blob/v9.0.0-8/API.md). diff --git a/package.json b/package.json index 6034aeb1a..72832b4c7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "joi", "description": "Object schema validation", - "version": "9.0.0-7", + "version": "9.0.0-8", "homepage": "https://github.com/hapijs/joi", "repository": "git://github.com/hapijs/joi", "main": "lib/index.js",