Skip to content

Commit

Permalink
feat: upgrade java gen version 0.15.0 to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scraly authored Sep 12, 2024
1 parent c5cbbce commit 251c9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PROVIDER_PATH := provider
VERSION_PATH := ${PROVIDER_PATH}/pkg/version.Version

JAVA_GEN := pulumi-java-gen
JAVA_GEN_VERSION := v0.15.0
JAVA_GEN_VERSION := v0.16.0
TFGEN := pulumi-tfgen-${PACK}
PROVIDER := pulumi-resource-${PACK}
VERSION := $(shell pulumictl get version)
Expand Down

0 comments on commit 251c9d3

Please sign in to comment.