Skip to content

Commit

Permalink
Parra CLI version "0.21.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Nov 20, 2024
1 parent 4b5838b commit 8fa22d6
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.21.0"
ARM_SHA = "d78b1fd9e43d68df45a6f11e1d8c1b577ec06aa318eac56175405c7e5ab42851"
X86_SHA = "42ae1801a94487b889ef9c3446ea147262c2eaf1948270aaca59c741a79211b9"
VERSION = "0.21.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 = "551b686a20185ae4aa2b6f39d511c2bdf8f88d5fdd1646527ebd02a79f7a7e1d"

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 = "5ff252b6c80f2c39c363c5a0ef28b82077cb97709a22a678b65f6562fc6a39de"

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 8fa22d6

Please sign in to comment.