Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriiShamrikov committed May 21, 2022
1 parent a4a134a commit fdb5f53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'com.adarshr.test-logger' version '3.0.0'
}

version = '1.0.7'
version = '1.0.8'

sourceCompatibility = 11.0
targetCompatibility = 11.0
Expand Down
2 changes: 1 addition & 1 deletion src/mslinks/ShellLink.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

public class ShellLink {

public static final String VERSION = "1.0.7";
public static final String VERSION = "1.0.8";

private static HashMap<Integer, Class<? extends Serializable>> extraTypes = new HashMap<>(Map.of(
ConsoleData.signature, ConsoleData.class,
Expand Down

0 comments on commit fdb5f53

Please sign in to comment.