Skip to content

Commit

Permalink
Add Version.toString()
Browse files Browse the repository at this point in the history
  • Loading branch information
hardcore-sushi committed Sep 19, 2023
1 parent b2154d3 commit 3ba774f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/sushi/hardcore/droidfs/util/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ class Version(inputVersion: String) : Comparable<Version> {
}
0
}

override fun toString() = version
}

0 comments on commit 3ba774f

Please sign in to comment.