Skip to content

Commit 265e14d

Browse files
chore: bump version to 0.13.0
1 parent 935c6fb commit 265e14d

3 files changed

Lines changed: 4 additions & 4 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.12.1",
3+
"version": "0.13.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"author": "trojanmartin",
99
"version": {
1010
"Major": 0,
11-
"Minor": 12,
12-
"Patch": 1
11+
"Minor": 13,
12+
"Patch": 0
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.12.1",
5+
"version": "0.13.0",
66
"publisher": "martin-trojan",
77
"targets": [
88
{

0 commit comments

Comments
 (0)