Skip to content

Commit

Permalink
updated version stamp (issue #20)
Browse files Browse the repository at this point in the history
  • Loading branch information
justparking committed Jan 7, 2015
1 parent 5d48b98 commit a4acf40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

public class Nodel {

private final static String VERSION = "2.0.3";
private final static String VERSION = "2.0.5";

public static String getVersion() {
return VERSION;
Expand Down
2 changes: 1 addition & 1 deletion nodel-jyhost-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
mavenCentral()
}

version = '2.0.5-rc1'
version = '2.0.5-rc2'

mainClassName = "org.nodel.jyhost.Launch"

Expand Down

0 comments on commit a4acf40

Please sign in to comment.