Skip to content

Commit

Permalink
Version bump of tools (#194)
Browse files Browse the repository at this point in the history
* Version bump of tools

* oops
  • Loading branch information
peterebden authored Dec 21, 2023
1 parent 0921c92 commit a8738dc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.12.1
--------------
* New version of please_go tool now available

Version 1.12.0
--------------
* go_repo now attaches go_module labels for consumers who made use of them on go_module
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0
1.12.1
12 changes: 6 additions & 6 deletions tools/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
VERSION = "1.6.2"
VERSION = "1.7.0"

hashes = {
"darwin_amd64": "f0693b790af48da82f4a96107ce5b60ba1e1bf22bab959cf9ff1a71de7e53609",
"darwin_arm64": "eeccc50be855eb9b7bff851f57f1611f3d003833ebae93abcc8b9f4a964f4d6e",
"freebsd_amd64": "071f11d5913df02db5922baf0bd2f929b531514cbb86ff794f211db2b191505e",
"linux_amd64": "47c8065f789cb677f885545ebf273763b0e3185a5e75be1f9b6541b6d3e52d94",
"linux_arm64": "f17403d926a70afe80326e34305c090efea5dccba5162839ff67641805e8aec6",
"darwin_amd64": "e2c3c8a113f086a79c9a1f0aecb127ebec508275b8e516f9edbf64ad0d7a34b8",
"darwin_arm64": "d495f652afc118503c00ac9ea537d8b81082ecbc90ba7f8e001a4c0096ee90e8",
"freebsd_amd64": "101cabd05f8c3e13563cb239e529294b6185f017fca960616faf261f66371e0f",
"linux_amd64": "f5e9c53d718c0ec6cc355644291442577e33239602946091727f0690f3bf2efe",
"linux_arm64": "442fb650c7caa6c747649060f76a420d2e4aa3f7034ea651b5340e4e29b538a8",
}

for a, h in hashes.items():
Expand Down

0 comments on commit a8738dc

Please sign in to comment.