Skip to content

Commit

Permalink
Bump the version in MODULE.bazel.
Browse files Browse the repository at this point in the history
  • Loading branch information
carbo-asr committed Jul 10, 2024
1 parent 9742cc2 commit d825506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/websocketpp/0.8.2.bcr.1/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "websocketpp",
version = "0.8.2",
version = "0.8.2.bcr.1",
compatibility_level = 1,
)
bazel_dep(name = "asio", version = "1.28.2")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@@ -0,0 +1,9 @@
+module(
+ name = "websocketpp",
+ version = "0.8.2",
+ version = "0.8.2.bcr.1",
+ compatibility_level = 1,
+)
+bazel_dep(name = "asio", version = "1.28.2")
Expand Down

0 comments on commit d825506

Please sign in to comment.