From 6eb66002f79b27f9383b72ff9624fe8a2f1a1168 Mon Sep 17 00:00:00 2001 From: Yusuf Can Bayrak Date: Sat, 6 Apr 2024 17:32:49 +0200 Subject: [PATCH] :bookmark: bump version to 1.2 --- README.md | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 66ecccc..19abd52 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ 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) @@ -82,7 +82,7 @@ curl -fsSL https://raw.githubusercontent.com/yusufcanb/tlm/release/1.1/install.s 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 diff --git a/VERSION b/VERSION index b123147..ea710ab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1 \ No newline at end of file +1.2 \ No newline at end of file