Skip to content

Commit

Permalink
Updated version number to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrosario committed May 25, 2020
1 parent 8dae6c9 commit b4751bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/main/kotlin/run/qontract/stub/api.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import run.qontract.mock.*
import java.io.File
import java.time.Duration

fun createStubFromContractAndData(contractGherkin: String, dataDirectory: String, host: String = "localhost", port: Int = 900): HttpStub {
fun createStubFromContractAndData(contractGherkin: String, dataDirectory: String, host: String = "localhost", port: Int = 9000): HttpStub {
val contractBehaviour = ContractBehaviour(contractGherkin)

val mocks = (File(dataDirectory).listFiles()?.filter { it.name.endsWith(".json") } ?: emptyList()).map { file ->
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.8.0
version=0.9.0

0 comments on commit b4751bc

Please sign in to comment.