Skip to content

Commit

Permalink
Update yarn lockfile and set version to 0.6.1-SNAPSHOT (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoepelman authored Jul 7, 2024
1 parent 4f997a4 commit 3556e95
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 94 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 @@ repositories {
}

group = projectGroup
val projectVersion = System.getenv("CI_VERSION") ?: "0.6.0-SNAPSHOT"
val projectVersion = System.getenv("CI_VERSION") ?: "0.6.1-SNAPSHOT"
version = projectVersion

kotlin {
Expand Down
Loading

0 comments on commit 3556e95

Please sign in to comment.