Skip to content

Commit 0254229

Browse files
Bump version reported by CLI to current version (7.0.0). (#212)
Co-authored-by: Maxwell Elliott <[email protected]>
1 parent f1df601 commit 0254229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/main/kotlin/com/bazel_diff/cli/VersionProvider.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import picocli.CommandLine.IVersionProvider
44

55
class VersionProvider : IVersionProvider {
66
override fun getVersion(): Array<String> {
7-
return arrayOf("5.0.0")
7+
return arrayOf("7.0.0")
88
}
99
}

0 commit comments

Comments
 (0)