1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Bumped version number

This commit is contained in:
SpoinkyNL 2016-06-08 19:31:04 +02:00
parent feab0e3f4d
commit fd749d120c

View File

@ -14,7 +14,7 @@ namespace Artemis.Utilities
{ {
public static class Updater public static class Updater
{ {
public static int CurrentVersion = 103; public static int CurrentVersion = 110;
public static async Task<Action> CheckForUpdate(MetroDialogService dialogService) public static async Task<Action> CheckForUpdate(MetroDialogService dialogService)
{ {