Skip to content

Commit

Permalink
Parra CLI version "0.2.6"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 13, 2024
1 parent ab64e7b commit de6171d
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.5"
ARM_SHA = "35e8dc31e1716387b5cda643808863562eedbe9d8ad08f472079cf0df0060641"
X86_SHA = "c9051d5bd94153eb11dbe5a283048d862c052510d97a26c84f861b5afaa0d8c8"
VERSION = "0.2.6"

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 = "33b822aaf1da3176a28d10bf57c92db225ae24d16cd755e9d37eaeb3c2514714"

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 = "6d891a8a7d41af010588f4467f242045fa83015d127c70a5de53a547cd700e43"

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 de6171d

Please sign in to comment.