From 84197cefd218b72de8719b5f910ef290693f1555 Mon Sep 17 00:00:00 2001 From: Alexander BC Date: Sat, 9 Nov 2024 21:55:57 +0100 Subject: [PATCH] chore: bump version to 0.4.0 --- porkbun-linux-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/porkbun-linux-cli b/porkbun-linux-cli index cc9f1a6..0f2815d 100755 --- a/porkbun-linux-cli +++ b/porkbun-linux-cli @@ -8,7 +8,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) # Environment file with API_KEY and SECRET_KEY ENV_FILE="$SCRIPT_DIR/.env" -VERSION="0.3.0" +VERSION="0.4.0" # Porkbun API base url BASE_URL=https://api.porkbun.com/api/json/v3