Skip to content

Commit

Permalink
Parra CLI version "0.23.3"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Dec 2, 2024
1 parent 19ea8ca commit 9c655d9
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.2"
ARM_SHA = "5f0b8e0336feafcaef79d3bbafab1f1002e3008253998f6be0f736cecccbf0e8"
X86_SHA = "1828513f6a2d03b68e89f4968434b47bfbd569410f9a4d7dd804237716a87d1f"
VERSION = "0.23.3"

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 = "afc05ad5a83607c71f24e1d58d066fde9b5e6a5b70ff78156de94f3186939017"

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 = "07b4ba14937f218fa719b82a37178c17daa939408bb448c60939c204b318132f"

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 9c655d9

Please sign in to comment.