We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb0e41 commit 563107cCopy full SHA for 563107c
provisionerd/proto/version.go
@@ -8,10 +8,13 @@ import "github.com/coder/coder/v2/apiversion"
8
// - Add support for `open_in` parameters in the workspace apps.
9
//
10
// API v1.3:
11
-// - Add new field named `resources_monitoring` in the Agent with resources monitoring..
+// - 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.
15
const (
16
CurrentMajor = 1
- CurrentMinor = 3
17
+ CurrentMinor = 4
18
)
19
20
// CurrentVersion is the current provisionerd API version.
0 commit comments