Skip to content

Commit

Permalink
Parra CLI version "0.23.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Dec 2, 2024
1 parent 6598d2d commit 641d552
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.22.0"
ARM_SHA = "17437f840cf24cc2fe8f17bacbf2c60a51955541a8e2948609dab93181dfa46d"
X86_SHA = "96cde4b67ea9d5758bcd85b23294631f16879dfb6854fbd5a3843bf7108db54c"
VERSION = "0.23.0"

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 = "92c269068ebff69e9c165a7ef509b661006a61c49311699f7c800f929387c443"

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 = "9d4ba6155a4eaa328caab915f6e1dd1b4bc349bcc9b2db330cfd268d3adf8e9c"

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 641d552

Please sign in to comment.