Skip to content

Commit ad41975

Browse files
authored
Update Plugin.cs
1 parent 14bcda5 commit ad41975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PackHistorian/Plugin.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace PackTracker {
1313
public class Plugin : IPlugin {
1414
const string _name = "Pack Tracker";
15-
readonly static Version _version = new Version("1.2.9");
15+
readonly static Version _version = new Version("1.2.10");
1616

1717
private PackWatcher _watcher;
1818
Updater _updater;

0 commit comments

Comments
 (0)