Skip to content

Commit

Permalink
🔖 bump version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufcanb committed Apr 6, 2024
1 parent 2908d87 commit 6eb6600
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ It will recognize the which platform and architecture to download and will execu
Download and execute the installation script by using the following command;

```bash
curl -fsSL https://raw.githubusercontent.com/yusufcanb/tlm/release/1.1/install.sh | sudo bash -E
curl -fsSL https://raw.githubusercontent.com/yusufcanb/tlm/release/1.2/install.sh | sudo bash -E
```

#### Windows (Powershell 5.1 or higher)

Download and execute the installation script by using the following command;

```powershell
Invoke-RestMethod -Uri https://raw.githubusercontent.com/yusufcanb/tlm/release/1.1/install.ps1 | Invoke-Expression
Invoke-RestMethod -Uri https://raw.githubusercontent.com/yusufcanb/tlm/release/1.2/install.ps1 | Invoke-Expression
```

### Go Install
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1
1.2

0 comments on commit 6eb6600

Please sign in to comment.