We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f8c601 commit 411e0e6Copy full SHA for 411e0e6
1 file changed
src/PostgreSqlPlugin.cs
@@ -29,7 +29,7 @@ internal PostgreSqlPlugin(IReflectionGuard reflectionGuard)
29
Name = "PostgreSql",
30
CompanyName = "FlowSynx",
31
Description = Resources.PluginDescription,
32
- Version = new Version(1, 1, 0),
+ Version = new Version(1, 1, 1),
33
Category = PluginCategory.Database,
34
Authors = new List<string> { "FlowSynx" },
35
Copyright = "© FlowSynx. All rights reserved.",
0 commit comments