Skip to content

Commit 5ad8f6c

Browse files
committed
fix: missing gh package
1 parent db61a82 commit 5ad8f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dependify.Aspire.Hosting/DependifyContainerImageTags.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ internal static class DependifyContainerImageTags
44
{
55
public const string Registry = "ghcr.io";
66
public const string Image = "nikiforovall/dependify";
7-
public const string Tag = "1.5.0";
7+
public const string Tag = "1.5.1";
88
}

0 commit comments

Comments
 (0)