Skip to content

Commit

Permalink
Update ConfigPlugin.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
akliuxingyuan committed Aug 9, 2023
1 parent ec68975 commit bd45787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/config/src/main/java/ConfigPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ object Config {

@JvmStatic
fun readVersionFromFile(): String {
return File("../version.txt").useLines { it.firstOrNull() ?: "" }
return File("./version.txt").useLines { it.firstOrNull() ?: "" }
}

@JvmStatic
Expand Down

0 comments on commit bd45787

Please sign in to comment.