Skip to content

Commit 563107c

Browse files
committed
provisionerd proto bump
1 parent 7eb0e41 commit 563107c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

provisionerd/proto/version.go

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ import "github.com/coder/coder/v2/apiversion"
88
// - Add support for `open_in` parameters in the workspace apps.
99
//
1010
// API v1.3:
11-
// - Add new field named `resources_monitoring` in the Agent with resources monitoring..
11+
// - Add new field named `resources_monitoring` in the Agent with resources monitoring.
12+
//
13+
// API v1.4:
14+
// - Add new field named `devcontainers` in the Agent.
1215
const (
1316
CurrentMajor = 1
14-
CurrentMinor = 3
17+
CurrentMinor = 4
1518
)
1619

1720
// CurrentVersion is the current provisionerd API version.

0 commit comments

Comments
 (0)