Skip to content

Commit 23b79f8

Browse files
author
pierre
committed
bump version
1 parent d2889af commit 23b79f8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

provider/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
)
2929

3030
// Version is initialized by the Go linker to contain the semver of this build.
31-
var Version = "v1.2.6"
31+
var Version = "v1.2.7"
3232

3333
const Name string = "runpod"
3434

provider/schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
}
1111
}
1212
},
13-
"version": "v1.2.6",
1413
"description": "The Runpod Pulumi provider provides resources to interact with Runpod's native APIs.",
1514
"displayName": "Runpod",
1615
"homepage": "https://runpod.io",

0 commit comments

Comments
 (0)