Skip to content
Snippets Groups Projects
Commit 58608f51 authored by blackoverlord's avatar blackoverlord
Browse files

bumped version number

parent 355494ba
No related branches found
Tags 1.0.9
No related merge requests found
......@@ -3,7 +3,7 @@ plugins {
id 'com.adarshr.test-logger' version '3.0.0'
}
version = '1.0.8'
version = '1.0.9'
sourceCompatibility = 11.0
targetCompatibility = 11.0
......
......@@ -38,7 +38,7 @@ import mslinks.extra.VistaIDList;
public class ShellLink {
public static final String VERSION = "1.0.8";
public static final String VERSION = "1.0.9";
private static HashMap<Integer, Class<? extends Serializable>> extraTypes = new HashMap<>(Map.of(
ConsoleData.signature, ConsoleData.class,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment