Skip to content
This repository was archived by the owner on Jun 13, 2022. It is now read-only.

Commit 4ebe487

Browse files
authored
Merge pull request #77 from Bultek/dev
Dev
2 parents 364581a + 31ad034 commit 4ebe487

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SharpPackageManager/main.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ public class SharpPackageManager
1111
{
1212
public static bool AreModulesLoaded = false;
1313
public static int latestversion;
14-
public static int currentversion = 7;
15-
public static string appversion = "v1.1 PTB-2";
14+
public static int currentversion = 8;
15+
public static string appversion = "v1.1 PTB-3";
1616
public static string curbranch = "ptb";
1717
public static string? tag;
1818
public static List<String> reponames = new List<String>();

0 commit comments

Comments
 (0)