Skip to content

Commit

Permalink
version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Apr 12, 2015
1 parent 048971f commit 0e3da9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mobi/hsz/idea/gitignore/util/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public static String getMajorVersion() {
* @return minor version
*/
public static String getMinorVersion() {
return StringUtil.join("1.0.0".split("\\."), 0, 2, ".");
return StringUtil.join(getVersion().split("\\."), 0, 2, ".");
}

/**
Expand Down

0 comments on commit 0e3da9e

Please sign in to comment.