We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14bcda5 commit ad41975Copy full SHA for ad41975
PackHistorian/Plugin.cs
@@ -12,7 +12,7 @@
12
namespace PackTracker {
13
public class Plugin : IPlugin {
14
const string _name = "Pack Tracker";
15
- readonly static Version _version = new Version("1.2.9");
+ readonly static Version _version = new Version("1.2.10");
16
17
private PackWatcher _watcher;
18
Updater _updater;
0 commit comments