Skip to content

Commit 5142a3a

Browse files
chore: bump version to 0.17.0
1 parent eef363e commit 5142a3a

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.16.0",
3+
"version": "0.17.0",
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
@@ -8,7 +8,7 @@
88
"author": "trojanmartin",
99
"version": {
1010
"Major": 0,
11-
"Minor": 16,
11+
"Minor": 17,
1212
"Patch": 0
1313
},
1414
"instanceNameFormat": "OpenCode",

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.16.0",
5+
"version": "0.17.0",
66
"publisher": "martin-trojan",
77
"targets": [
88
{

0 commit comments

Comments
 (0)