Skip to content

Commit

Permalink
Update version (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline authored Nov 9, 2018
1 parent dd1da05 commit c11234b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test_runner/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import org.jetbrains.kotlin.gradle.dsl.Coroutines

group = "kotlin_poc"
version = "3.0-SNAPSHOT"
group = "test_runner"
version = "SNAPSHOT"

plugins {
application
Expand Down
2 changes: 1 addition & 1 deletion test_runner/src/main/resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.2-SNAPSHOT
v4.1-SNAPSHOT

0 comments on commit c11234b

Please sign in to comment.