We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e768761 commit 1e289b4Copy full SHA for 1e289b4
util/src/main/scala/com/scalableminds/util/mvc/ApiVersioning.scala
@@ -5,7 +5,7 @@ import play.api.mvc.RequestHeader
5
6
trait ApiVersioning {
7
8
- private lazy val CURRENT_API_VERSION: Int = 9
+ private lazy val CURRENT_API_VERSION: Int = 10
9
private lazy val OLDEST_SUPPORTED_API_VERSION: Int = 5
10
11
protected lazy val apiVersioningInfo: JsObject =
0 commit comments