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 d2889af commit 23b79f8Copy full SHA for 23b79f8
provider/provider.go
@@ -28,7 +28,7 @@ import (
28
)
29
30
// Version is initialized by the Go linker to contain the semver of this build.
31
-var Version = "v1.2.6"
+var Version = "v1.2.7"
32
33
const Name string = "runpod"
34
provider/schema.json
@@ -10,7 +10,6 @@
10
}
11
12
},
13
- "version": "v1.2.6",
14
"description": "The Runpod Pulumi provider provides resources to interact with Runpod's native APIs.",
15
"displayName": "Runpod",
16
"homepage": "https://runpod.io",
0 commit comments