Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/cli/info.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 0.1.81
version: 0.1.82
8 changes: 4 additions & 4 deletions pkg/sourceworkspace/source.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ import (
)

const (
GenericGoPluginVersion = "0.0.25"
GenericPythonPluginVersion = "0.0.29"
GenericPluginVersion = "0.0.19"
GenericGoPluginVersion = "0.0.26"
GenericPythonPluginVersion = "0.0.30"
GenericPluginVersion = "0.0.20"
// NodePluginVersion is published under the historical nextjs agent name,
// but owns generic Node.js/TypeScript validation as well as Next.js-specific
// lifecycle behavior selected from the package manifest.
NodePluginVersion = "0.0.132"
NodePluginVersion = "0.0.133"
RustPluginVersion = "0.0.22"
SwiftPluginVersion = "0.0.14"
pythonSetupMarker = "setup.py"
Expand Down
Loading