diff --git a/MainWindow.cs b/MainWindow.cs --- a/MainWindow.cs +++ b/MainWindow.cs @@ -29,7 +29,7 @@ using DesertPaintLab; public partial class MainWindow : Gtk.Window { - const string APP_VERSION = "1.7.12"; + const string APP_VERSION = "1.7.13"; bool unsavedData = false; bool shouldShutDown = false;