From 761e350e0c7d63f61fdc0a10f9d5a1cc9b04b757 Mon Sep 17 00:00:00 2001 From: Bradley Cicenas Date: Wed, 24 Mar 2021 12:04:05 +0000 Subject: [PATCH] bump version --- README.md | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a77a13e..747452e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Slackcat is a simple commandline utility to post snippets to Slack. Download the [latest release](https://github.com/bcicen/slackcat/releases) for your platform: ```bash -curl -Lo slackcat https://github.com/bcicen/slackcat/releases/download/1.7.1/slackcat-1.7.1-$(uname -s)-amd64 +curl -Lo slackcat https://github.com/bcicen/slackcat/releases/download/1.7.2/slackcat-1.7.2-$(uname -s)-amd64 sudo mv slackcat /usr/local/bin/ sudo chmod +x /usr/local/bin/slackcat ``` diff --git a/VERSION b/VERSION index 943f9cb..f8a696c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.1 +1.7.2