Skip to content

Commit

Permalink
Parra CLI version "0.3.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Sep 3, 2024
1 parent f0d4269 commit 3c7af33
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.3.0"
ARM_SHA = "f4064f705ebdf24c90fd7c2ced29218268c5521a6489a5d5b42978e509ab5355"
X86_SHA = "a8fe69f7b32e566248d6ff5c139114b93e048dbecd777907e0fbe44cbe7a51b4"
VERSION = "0.3.1"

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

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 = "672969df8a1c4d18cce350a51d1b140e54f0bd4a8ee7761c0a7bfb29c1da90f9"

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

Please sign in to comment.