Skip to content

Commit

Permalink
Parra CLI version "0.2.7"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 14, 2024
1 parent de6171d commit 3af45fb
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.2.6"
ARM_SHA = "33b822aaf1da3176a28d10bf57c92db225ae24d16cd755e9d37eaeb3c2514714"
X86_SHA = "6d891a8a7d41af010588f4467f242045fa83015d127c70a5de53a547cd700e43"
VERSION = "0.2.7"

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

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

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

Please sign in to comment.