Skip to content

Commit

Permalink
chore: bumps imposter to 3.33.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Jan 26, 2024
1 parent 8e86ad1 commit 74d3261
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: npm install
- name: Pull test dependencies
run: |
imposter engine pull --version 2.4.13
imposter engine pull --version 3.33.4
imposter engine pull --version latest
- name: Test core module
run: |
Expand Down
4 changes: 2 additions & 2 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Example 1:
```json
{
"engine": "docker",
"version": "2.4.13"
"version": "3.33.4"
}
```

Expand All @@ -35,7 +35,7 @@ Example 2:
```json
{
"engine": "jvm",
"version": "2.4.13"
"version": "3.33.4"
}
```

Expand Down
2 changes: 1 addition & 1 deletion imposter.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"engine": "docker",
"version": "2.4.13"
"version": "3.33.4"
}
2 changes: 1 addition & 1 deletion sample/imposter.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"engine": "docker",
"version": "2.4.13"
"version": "3.33.4"
}
2 changes: 1 addition & 1 deletion src/__tests__/test_data/cli_config/imposter.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"engine": "docker",
"version": "2.4.13"
"version": "3.33.4"
}

0 comments on commit 74d3261

Please sign in to comment.