We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a60a58 commit e91c6e9Copy full SHA for e91c6e9
cli/src/main/kotlin/com/bazel_diff/cli/VersionProvider.kt
@@ -4,6 +4,6 @@ import picocli.CommandLine.IVersionProvider
4
5
class VersionProvider : IVersionProvider {
6
override fun getVersion(): Array<String> {
7
- return arrayOf("4.8.2")
+ return arrayOf("5.0.0")
8
}
9
0 commit comments