Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
rayferric committed Jul 4, 2021
1 parent d0a1ccc commit 179874f
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 @@ -4,7 +4,7 @@ plugins {
}

group 'com.rayferric'
version '1.2.2'
version '1.3.0'

compileJava {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,5 @@ private static void parseHelpAndVersionOptions(String[] args, Options baseOption
}
}

private final static String VERSION = "1.2.2";
private final static String VERSION = "1.3.0";
}

0 comments on commit 179874f

Please sign in to comment.