Skip to content

Commit 5dc2bd9

Browse files
authored
Update PluginInfo.cs
1 parent 19306df commit 5dc2bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NebulaPatcher/PluginInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ internal static class PluginInfo
3535
/// Version of the plugin. Must be in form <major>.<minor>.<build>.<revision>.
3636
/// Major and minor versions are mandatory, but build and revision can be left unspecified.
3737
/// </summary>
38-
public const string PLUGIN_VERSION = "0.2.1";
38+
public const string PLUGIN_VERSION = "0.3.0";
3939

4040
public static string PLUGIN_SHORT_SHA = new string(FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).ProductVersion.Split('+')[1].Take(7).ToArray());
4141

4242
public static string PLUGIN_VERSION_WITH_SHORT_SHA = $"v{PLUGIN_VERSION}-{PLUGIN_SHORT_SHA}";
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)