bazelbuild / bazelisk

A user-friendly launcher for Bazel.
Apache License 2.0
1.96k stars 302 forks source link

Make getBazelVersion func public #500

Closed francine-blanc closed 7 months ago

francine-blanc commented 9 months ago

At the moment, func getBazelVersion() is scoped to the core.go package. I have made a small change to make this function public, so it can be called from other packages.

illicitonion commented 7 months ago

@fweikert Any chance you can take a look at this? It's nice and tiny :) thanks!