Compare commits

..
Author SHA1 Message Date
phoenix bc8abb7d20 tsk-22: Version bump 2025-12-30 18:38:00 -05:00
phoenix 68314d6cb5 tsk-22: Removed placeholder 2025-12-30 18:37:46 -05:00
phoenix 75cfe064f5 tsk-22: Code formatting 2025-12-30 18:37:04 -05:00
3 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
run: |
echo "Creating version"
VERSION="0.0.12"
VERSION="0.0.13"
PROJECT_COMMIT_HASH=$(git rev-parse HEAD | cut -c 1-10)
BRANCH_REF="${{ gitea.ref }}"
BRANCH_NAME=$(echo "$BRANCH_REF" | cut -d '/' -f 3)
View File
-1
View File
@@ -4,7 +4,6 @@ import (
"fmt"
)
type TwilioConfig struct {
AccountSID string `json:"auth_sid"`
ServiceSID string `json:"service_sid"`