We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ddafa commit e0023b1Copy full SHA for e0023b1
1 file changed
OculusDB/OculusDBEnvironment.cs
@@ -13,7 +13,7 @@ namespace OculusDB
13
{
14
public class OculusDBEnvironment
15
16
- public static Updater updater = new ("2.2.22", "https://github.com/ComputerElite/OculusDB", "OculusDB", "OculusDB.dll");
+ public static Updater updater = new ("2.2.23", "https://github.com/ComputerElite/OculusDB", "OculusDB", "OculusDB.dll");
17
public static string workingDir = "";
18
public static string dataDir = "";
19
// Set to false if not in dev mode
0 commit comments