Skip to content

Commit db0a800

Browse files
author
J3utter
committed
Bump version to 2.1.0
1 parent aaa3f26 commit db0a800

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 = "2.0.0"
13+
version = "2.1.0"
1414

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

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 = '2.0.0'
2+
VERSION = '2.1.0'

stoobly_agent/app/cli/scaffold/templates/app/.Dockerfile.context

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM stoobly/agent:2.0
1+
FROM stoobly/agent:2.1
22

33
ARG USER_ID
44

0 commit comments

Comments
 (0)