Skip to content

Commit

Permalink
Returned to manually setting VERSION information
Browse files Browse the repository at this point in the history
  • Loading branch information
wguttmn committed Mar 30, 2017
1 parent 1118102 commit e80da70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/src/main/java/org/exolab/castor/util/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public final class Version {
/**
* The version number
*/
public static final String VERSION = Version.class.getPackage().getImplementationVersion();
public static final String VERSION = "1.4.1";

/**
* The version date.
Expand Down

0 comments on commit e80da70

Please sign in to comment.