Skip to content

Commit

Permalink
Ver 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bribi5940 committed Jun 23, 2023
1 parent 5a15cc1 commit 88d16cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OmniConverter/Forms/InfoWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace OmniConverter
{
public partial class InfoWindow : Form
{
private Version Converter = new Version(0, 0, 7, 0);
private Version Converter = new Version(0, 0, 8, 0);

private ToolTip DynamicToolTip = new ToolTip();
private RegistryKey WVerKey = Registry.LocalMachine.OpenSubKey("SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion", false);
Expand Down

0 comments on commit 88d16cb

Please sign in to comment.