From 0bd40e32674eee3d79646606af3487b52e0c6757 Mon Sep 17 00:00:00 2001 From: Mattia98 Date: Sat, 21 Oct 2023 13:56:22 +0200 Subject: [PATCH] Bump version to 1.1 --- discord.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.sh b/discord.sh index 4bc712d..32dca40 100644 --- a/discord.sh +++ b/discord.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -echo "discord.sh version 1.0" +echo "discord.sh version 1.1" # Check dependencies if ! hash jq ; then