Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
leifeld committed Mar 1, 2023
1 parent 5bee8fe commit b4ba106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dna/src/main/java/dna/Dna.java
Expand Up @@ -28,7 +28,7 @@ public class Dna {
public static Logger logger;
public static Sql sql;
public static final String date = "2023-03-01";
public static final String version = "3.0.10.e3";
public static final String version = "3.0.10";
public static final String operatingSystem = System.getProperty("os.name");
public static File workingDirectory = null;
public MainWindow mainWindow;
Expand Down

0 comments on commit b4ba106

Please sign in to comment.