Skip to content

Commit 2a394e5

Browse files
author
Francisco Solis
authored
Update build.gradle.kts (#37)
1 parent 72b0c07 commit 2a394e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ val env = project.rootProject.file(".env").let { file ->
1515
if(file.exists()) file.readLines().filter { it.isNotBlank() && !it.startsWith("#") && it.split("=").size == 2 }.associate { it.split("=")[0] to it.split("=")[1] } else emptyMap()
1616
}.toMutableMap().apply { putAll(System.getenv()) }
1717

18-
val projectVersion = env["VERSION"] ?: "0.3.0-SNAPSHOT"
18+
val projectVersion = env["VERSION"] ?: "0.3.1-SNAPSHOT"
1919

2020
group = "xyz.theprogramsrc"
2121
version = projectVersion

0 commit comments

Comments
 (0)