Skip to content

Commit

Permalink
Parra CLI version "0.2.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 11, 2024
1 parent 6f83ca9 commit 3ebc47f
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.1.66"
ARM_SHA = "1c35abe41fb571fdb99a2973d2742136101c869a01a9a3c6e1bf809108ec2428"
X86_SHA = "4c61febb3be848745f43329a8cb014413be3baf5fd79cdeba0a5899ba3374627"
VERSION = "0.2.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 = "62a80d3cef28d90f59a5fd3ee3e4f1f16cf1b6c71e488579d377180350d45cf9"

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 = "26f73116714b5b5962d239e2902f58d4de7ac6c3627ed1e93b29c425a426dd38"

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 3ebc47f

Please sign in to comment.