Skip to content

Commit

Permalink
🔖 release 5.8 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V committed Feb 3, 2024
1 parent 75b2cd6 commit 0295f27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ If you have any other ideas/suggestions, do send them across. [**Hop in to ugit

## Installation

[Try `ugit` via Docker](https://hub.docker.com/r/bhupeshimself/ugit):

```bash
docker pull bhupeshimself/ugit
docker run --rm -it -v $(pwd):/app bhupeshimself/ugit
```

### Prerequisites

**ugit** dependencies:
Expand Down
2 changes: 1 addition & 1 deletion ugit
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -uo pipefail;
SCRIPT_NAME="$0"
SCRIPT_URL="https://github.com/Bhupesh-V/ugit/releases/latest/download/ugit"
TMP_FILE="/tmp/ugit.sh"
VERSION="5.7"
VERSION="5.8"

pointer=""
BOLD_ORG_FG=$(tput bold)$(tput setaf 208)
Expand Down

0 comments on commit 0295f27

Please sign in to comment.