Skip to content

Commit

Permalink
Version bump 0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
edufolly committed Jun 1, 2024
1 parent 9fd81f7 commit 78661d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
}

group = "com.testainers"
version = "0.1.0"
version = "0.1.1"

java {
sourceCompatibility = JavaVersion.VERSION_21
Expand Down
2 changes: 1 addition & 1 deletion coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

./gradlew cleanTest test
./gradlew clean test

/bin/cp -rf helpers/jacoco-report/* build/jacoco-report/.

Expand Down

0 comments on commit 78661d4

Please sign in to comment.