Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 00951e0

Browse files
committedJul 7, 2019
Updated version numbers. Pre-alpha release 2 is ready!
1 parent cc79202 commit 00951e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/main/scala/ScalatraBootstrap.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import org.scalatra._
1010
* This class provides all runtime information for Scalatra. Servlets are mounted here.
1111
*/
1212
class ScalatraBootstrap extends LifeCycle {
13-
val apiVersion = "1.0"
13+
val apiVersion = "0.2"
1414
implicit val swagger: CodeOverflowSwagger = new CodeOverflowSwagger(apiVersion)
1515

1616
override def init(context: ServletContext) {

0 commit comments

Comments
 (0)