Skip to content

Commit 7b3b8c7

Browse files
committed
Bump goff to v1.50
1 parent 99e86d6 commit 7b3b8c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CommunityToolkit.Aspire.Hosting.GoFeatureFlag/GoFeatureFlagContainerImageTags.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ internal static class GoFeatureFlagContainerImageTags
99
public const string Registry = "docker.io";
1010
/// <summary>gofeatureflag/go-feature-flag</summary>
1111
public const string Image = "gofeatureflag/go-feature-flag";
12-
/// <summary>v1.41</summary>
13-
public const string Tag = "v1.41";
12+
/// <summary>v1.50</summary>
13+
public const string Tag = "v1.50";
1414
}

0 commit comments

Comments
 (0)