Skip to content

Commit

Permalink
Comment: Version is updated by build job.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwhatcott committed Apr 14, 2017
1 parent 924550b commit 18a6fc9
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 @@ -6,7 +6,7 @@

<groupId>com.smartystreets.api</groupId>
<artifactId>smartystreets-java-sdk</artifactId>
<version>0.0.0</version>
<version>0.0.0</version> <!-- DO NOT EDIT (this is updated by a build job when a new release is published) -->
<packaging>jar</packaging>

<name>SmartyStreets Java SDK</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/smartystreets/api/Version.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package com.smartystreets.api;

public class Version {
static final String CURRENT = "0.0.0";
static final String CURRENT = "0.0.0"; // DO NOT EDIT (this is updated by a build job when a new release is published)
}

0 comments on commit 18a6fc9

Please sign in to comment.