Skip to content

Commit

Permalink
for #56 set version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbiam committed Apr 6, 2019
1 parent 33e6daa commit af83609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.sourceforge.myvd</groupId>
<artifactId>myvd-server</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<packaging>jar</packaging>

<name>server</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/sourceforge/myvd/server/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class Server {
static Logger logger;


public final static String VERSION = "1.0.5";
public final static String VERSION = "1.0.6";

String configFile;
Properties props;
Expand Down

0 comments on commit af83609

Please sign in to comment.