Skip to content

Commit

Permalink
chore: run gazelle to add missing bzl_library
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Nov 10, 2021
1 parent aca9176 commit f6b016b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions lib/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ bzl_library(
visibility = ["//visibility:public"],
deps = ["//lib/private:utils"],
)

bzl_library(
name = "windows_utils",
srcs = ["windows_utils.bzl"],
visibility = ["//visibility:public"],
)
2 changes: 1 addition & 1 deletion version.bzl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"Constants to track versioning info"

VERSION = "0.2.0"
VERSION = "0.2.1"

0 comments on commit f6b016b

Please sign in to comment.