Skip to content

Commit 42b851e

Browse files
authored
Update version from 1.0.0 to 1.1.0 (#75)
* Update version from 1.0.0 to 1.1.0 * Update version check for opencode to 1.0.107 * Update scenarios.json
1 parent b5c3469 commit 42b851e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/opencode/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "OpenCode",
33
"id": "opencode",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "AI coding agent, built for the terminal. An open-source alternative to Claude Code with support for multiple LLM providers.",
66
"documentationURL": "https://opencode.ai/docs",
77
"options": {

test/_global/opencode-specific-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
set -e
44
source dev-container-features-test-lib
5-
check "opencode with specific version" /bin/bash -c "opencode --version | grep '0.10.0'"
5+
check "opencode with specific version" /bin/bash -c "opencode --version | grep '1.0.107'"
66

77
reportResults

test/_global/scenarios.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
145145
"features": {
146146
"opencode": {
147-
"version": "0.10.0"
147+
"version": "1.0.107"
148148
}
149149
}
150150
}

0 commit comments

Comments
 (0)