Skip to content

Commit

Permalink
v0.43: Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
knewjade committed Jul 1, 2017
1 parent 22da349 commit 50383e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.knewjade'
version '0.42'
version '0.43'

apply plugin: 'java'
apply plugin: 'idea'
Expand Down
4 changes: 2 additions & 2 deletions manual/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '0.42'
version = '0.43'
# The full version, including alpha/beta/rc tags.
release = '0.42'
release = '0.43'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/entry/EntryPointMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static void main(String[] args) throws Exception {
}

if (args[0].equals("-v")) {
System.out.println("Version: 0.42");
System.out.println("Version: 0.43");
System.exit(0);
}

Expand Down

0 comments on commit 50383e7

Please sign in to comment.