Skip to content

Commit

Permalink
Add version to MODULE.bazel file.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelreneer committed Dec 16, 2024
1 parent 3cabde4 commit 8638598
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/federated_language/0.1.0/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

module(name = "federated_language")
module(
name = "federated_language",
version = "0.1.0",
compatibility_level = 0,
)

bazel_dep(name = "protobuf", version = "28.3")
bazel_dep(name = "rules_license", version = "1.0.0")
Expand Down

0 comments on commit 8638598

Please sign in to comment.