Skip to content

Commit

Permalink
Parra CLI version "0.20.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Nov 19, 2024
1 parent 14e23b7 commit dd7667c
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.19.0"
ARM_SHA = "659304afca0c982678786c31cb4f4152f88497fedf2b49eb070fca2c55f8e342"
X86_SHA = "2b7a8460a63d3694836c40e61fd5177f7674918262beb5ad06000910d9b37bff"
VERSION = "0.20.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 = "1f12e18e3c792f215c9822ff5f67b33e01a9e587858c18c19fe98e92e838cd48"

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 = "01d4e55aa29c3bcf3acd076734a722bb5449eb0f9bb017e9b0281734c66f90d5"

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 dd7667c

Please sign in to comment.