Skip to content

Commit 27659bf

Browse files
chore: bump version to 0.17.6
1 parent d4d82b7 commit 27659bf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-agent",
3-
"version": "0.17.5",
3+
"version": "0.17.6",
44
"description": "Azure DevOps pipeline task for running OpenCode AI agents on pull requests (review mode for build validation, command mode for comment-triggered runs).",
55
"main": "dist/index.js",
66
"scripts": {

tasks/opencode/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"version": {
1010
"Major": 0,
1111
"Minor": 17,
12-
"Patch": 5
12+
"Patch": 6
1313
},
1414
"instanceNameFormat": "OpenCode",
1515
"minimumAgentVersion": "2.206.1",

vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"id": "OpenCodeAgent",
44
"name": "OpenCode AI Agent",
5-
"version": "0.17.5",
5+
"version": "0.17.6",
66
"publisher": "martin-trojan",
77
"targets": [
88
{

0 commit comments

Comments
 (0)