Skip to content

Commit 47f8e45

Browse files
committed
bump to next version
1 parent d631356 commit 47f8e45

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

provider/cmd/pulumi-resource-netbird/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "netbird",
33
"displayName": "netbird",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "Manage NetBird resources declaratively using Pulumi's infrastructure-as-code framework.",
66
"keywords": [
77
"category/networking",

provider/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
// Change to var to enable semver Version management.
1414
const (
1515
Name string = "netbird"
16-
Version string = "0.1.1"
16+
Version string = "0.1.2"
1717
)
1818

1919
// Provider creates and returns a new Pulumi provider for managing NetBird resources.

sdk/go/netbird/internal/pulumiUtilities.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/go/netbird/pulumi-plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resource": true,
33
"name": "netbird",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"server": "github://api.github.com/mbrav/pulumi-netbird"
66
}

0 commit comments

Comments
 (0)