Skip to content

Commit

Permalink
Update VersionProvider.kt to latest version
Browse files Browse the repository at this point in the history
Update to latest version
  • Loading branch information
tinder-maxwellelliott authored Aug 29, 2023
1 parent 0673dda commit 80ae165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main/kotlin/com/bazel_diff/cli/VersionProvider.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import picocli.CommandLine.IVersionProvider

class VersionProvider : IVersionProvider {
override fun getVersion(): Array<String> {
return arrayOf("4.8.0")
return arrayOf("4.8.1")
}
}

0 comments on commit 80ae165

Please sign in to comment.