Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnichase committed May 21, 2024
1 parent 2c34dc9 commit 7e38c4a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-pulumi-gotiac-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
fail-fast: true
matrix:
version:
- 'v0.0.50'
- 'v0.0.51'
binary:
- pulumi-resource-gotiac
goversion:
Expand Down
2 changes: 1 addition & 1 deletion packages/pulumi-gotiac-aws/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 0.0.50
VERSION := 0.0.51

PACK := gotiac
PROJECT := github.com/gothub-team/got/packages/pulumi-${PACK}-aws
Expand Down
2 changes: 1 addition & 1 deletion packages/pulumi-gotiac-aws/provider/pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package version

// Version is initialized by the Go linker to contain the semver of this build.
var Version string = "0.0.50"
var Version string = "0.0.51"
2 changes: 1 addition & 1 deletion packages/pulumi-gotiac-aws/schema.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/pulumi/pulumi/master/pkg/codegen/schema/pulumi.json
---
name: gotiac
pluginDownloadURL: https://github.com/gothub-team/got/releases/download/packages/pulumi-gotiac-aws/v0.0.50
pluginDownloadURL: github://api.github.com/gothub-team
resources:
gotiac:index:MailDomain:
isComponent: true
Expand Down

0 comments on commit 7e38c4a

Please sign in to comment.