Skip to content

Commit

Permalink
version bump 0.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Aug 11, 2023
1 parent afb928b commit 5d6cae8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _ / /_/ \__,_/ /____/ /_/ /_/
/_/ Personal Package Manager
```

![Version](https://img.shields.io/badge/version-0.7.10-blue.svg)
![Version](https://img.shields.io/badge/version-0.7.11-blue.svg)
[![Build Status](https://github.com/DannyBen/rush-cli/workflows/Test/badge.svg)](https://github.com/DannyBen/rush-cli/actions?query=workflow%3ATest)

</div>
Expand Down
2 changes: 1 addition & 1 deletion rush
Original file line number Diff line number Diff line change
Expand Up @@ -3269,7 +3269,7 @@ rush_completions_parse_requirements() {

# :command.initialize
initialize() {
version="0.7.10"
version="0.7.11"
long_usage=''
set -e

Expand Down
2 changes: 1 addition & 1 deletion src/bashly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rush
help: Personal package manager
version: 0.7.10
version: 0.7.11
completions: [$(rush list -s -a)]

environment_variables:
Expand Down

0 comments on commit 5d6cae8

Please sign in to comment.