Skip to content

Commit

Permalink
Parra CLI version "0.23.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Dec 2, 2024
1 parent 641d552 commit a5425b3
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.23.0"
ARM_SHA = "92c269068ebff69e9c165a7ef509b661006a61c49311699f7c800f929387c443"
X86_SHA = "9d4ba6155a4eaa328caab915f6e1dd1b4bc349bcc9b2db330cfd268d3adf8e9c"
VERSION = "0.23.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 = "0e5b1717c3829a6b20556d9b8ea9dd3b22b5e0547d81ffe42f6d0629232a723e"

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 = "3f8de63d846ee838c66d07ae25a3340b19109dba5bd9a784c1b294346544ba9a"

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 a5425b3

Please sign in to comment.