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

Commit

Permalink
Updated version numbers. Pre-alpha release 2 is ready!
Browse files Browse the repository at this point in the history
  • Loading branch information
sebinside committed Jul 7, 2019
1 parent cc79202 commit 00951e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/ScalatraBootstrap.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.scalatra._
* This class provides all runtime information for Scalatra. Servlets are mounted here.
*/
class ScalatraBootstrap extends LifeCycle {
val apiVersion = "1.0"
val apiVersion = "0.2"
implicit val swagger: CodeOverflowSwagger = new CodeOverflowSwagger(apiVersion)

override def init(context: ServletContext) {
Expand Down

0 comments on commit 00951e0

Please sign in to comment.