Skip to content

Commit

Permalink
Updated version number to 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hansenp committed Jun 29, 2019
1 parent 6949504 commit fb5c357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.jax</groupId>
<artifactId>diachromatic</artifactId>
<version>0.5.2</version>
<version>0.6.0</version>
<packaging>jar</packaging>

<name>diachromatic</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jax/diachromatic/Diachromatic.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public static void main(String[] args) throws DiachromaticException {
}

public static String getVersion() {
String version = "0.0.0";// default, should be overwritten by the following.
String version = "0.6.0";// default, should be overwritten by the following.
try {
Package p = Diachromatic.class.getPackage();
version = p.getImplementationVersion();
Expand Down

0 comments on commit fb5c357

Please sign in to comment.