Skip to content

Commit

Permalink
Update protoc to a version that actually exists (#64)
Browse files Browse the repository at this point in the history
We have not updated this tool in over two years, so no guarantee that
this will not break anything, but not sure if there are any validation
or verification steps we could actually take to fix this.

As it stands, this version does not exist, and will not install.
  • Loading branch information
thanos-diacakis-grandrounds authored Sep 11, 2023
1 parent a6e76c6 commit c6baa98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.31
0.1.32
2 changes: 1 addition & 1 deletion formula/ih-core.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class IhCore < Formula
VERSION="0.1.31"
VERSION="0.1.32"
desc "Brew formula for installing core tools used at Included Health engineering."
homepage "https://github.com/ConsultingMD/homebrew-ih-public"
license "CC BY-NC-ND 4.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/core/asdf/.tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ helm 3.6.1
mkcert 1.4.4
nodejs 16.2.0
pre-commit 3.2.2
protoc 3.17.3
protoc 24.3
python 3.9.7
ruby 2.7.2
terraform 1.0.3
Expand Down

0 comments on commit c6baa98

Please sign in to comment.