Skip to content

Commit 4f7810a

Browse files
author
J3utter
committed
Bump version to 1.13.9
1 parent d2f567b commit 4f7810a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Download stoobly-dashboard from GCP bucket
3535
env:
36-
STOOBLY_DASHBOARD_FILE: "dashboard.agent-alpha-1.13.1.tar.gz"
36+
STOOBLY_DASHBOARD_FILE: "dashboard.agent-alpha-1.13.9.tar.gz"
3737
run: |
3838
echo "Checking if file exists..."
3939
gcloud storage ls gs://stoobly-dashboard/${{ env.STOOBLY_DASHBOARD_FILE }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "Record, mock, and test HTTP(s) requests. CLI agent for Stoobly"
1010
license = "Apache License 2.0"
1111
name = "stoobly-agent"
1212
readme = "README.md"
13-
version = "1.13.8"
13+
version = "1.13.9"
1414

1515
[tool.poetry.dependencies]
1616
python = "^3.10"

stoobly_agent/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
COMMAND = 'stoobly-agent'
2-
VERSION = '1.13.8'
2+
VERSION = '1.13.9'

0 commit comments

Comments
 (0)