Skip to content

Commit

Permalink
added version number to source
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriiShamrikov committed Oct 28, 2017
1 parent a871b44 commit 8540e78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mslinks/ShellLink.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
import mslinks.extra.VistaIDList;

public class ShellLink {

public static final String VERSION = "1.0.4";

private static Map<String, String> env = System.getenv();

private static HashMap<Integer, Class> extraTypes = new HashMap<Integer, Class>() {{
Expand Down

0 comments on commit 8540e78

Please sign in to comment.