Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Jul 2, 2023
1 parent 14f07e6 commit 4a55e03
Show file tree
Hide file tree
Showing 5 changed files with 156 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ body:
attributes:
label: Spotube version
description: In which version of Spotube did you encounter this bug?
placeholder: (e.g.) v2.7.1
placeholder: (e.g.) v3.0.0
- type: dropdown
attributes:
label: Installation source
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spotube-publish-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
inputs:
version:
description: Version to publish (x.x.x)
default: 2.7.1
default: 3.0.0
required: true
dry_run:
description: Dry run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spotube-release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
inputs:
version:
description: Version to release (x.x.x)
default: 2.7.1
default: 3.0.0
required: true
channel:
type: choice
Expand Down
Loading

0 comments on commit 4a55e03

Please sign in to comment.