Skip to content

Commit

Permalink
Parra CLI version "0.13.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Oct 29, 2024
1 parent d54f257 commit eaec308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/parra-cli.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION = "0.12.0"
ARM_SHA = "b27961cc26895b1298be550b69fcf1c9e167437d50d326f03f375934c701fd6a"
X86_SHA = "184e847671ab62eb8436ead4354381779dd0334a647a982e545a9a77b8c23e9f"
VERSION = "0.13.1"

Check failure on line 1 in Formula/parra-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/MutableConstant: Freeze mutable objects assigned to constants.
ARM_SHA = "38f0f7d4d7f18bb65423d1138ec1318c4cb8d6ed8f8a09d23f7a1c5ac83a1b62"

Check failure on line 2 in Formula/parra-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/MutableConstant: Freeze mutable objects assigned to constants.
X86_SHA = "3956ec9f04366389cf26d560597aad5e4605bb224047c35bad7cf5edd3fda63b"

Check failure on line 3 in Formula/parra-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/MutableConstant: Freeze mutable objects assigned to constants.
DESCRIPTION = "A utility for getting started with your next Parra.io project."

Check failure on line 4 in Formula/parra-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/MutableConstant: Freeze mutable objects assigned to constants.

class ParraCli < Formula
Expand Down

0 comments on commit eaec308

Please sign in to comment.