Skip to content

Commit

Permalink
Parra CLI version "0.5.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Sep 27, 2024
1 parent 05f2b53 commit e610e11
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.4.11"
ARM_SHA = "03006dc1016fb77be85643edc5e131505a57204dbbad1e04e821778549db5ce6"
X86_SHA = "a2ac7d273e28fceb077e3a54c1e549878aa524fa40c38854a52d5ad0033d31b9"
VERSION = "0.5.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 = "c3154e4aed44663071f8ca1bb952f97bd2a6a142b7eaa311c60de521be2a351b"

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

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 e610e11

Please sign in to comment.