Skip to content

Commit

Permalink
- Change number version in pom and ui
Browse files Browse the repository at this point in the history
  • Loading branch information
kterry committed Dec 16, 2014
1 parent 391488f commit 730f7d2
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 @@ -4,7 +4,7 @@
<groupId>getESGFCredentials</groupId>
<artifactId>getESGFCredentials</artifactId>
<packaging>jar</packaging>
<version>0.0.2</version>
<version>0.1</version>
<name>getESGFCredentials</name>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static void main(final String[] args) throws Exception {
// [options]

Docopt docopt = new Docopt(doc);
docopt.withVersion("esgf-getcredentials 0.0.2");
docopt.withVersion("esgf-getcredentials 0.1");

// parse the passed arguments returns a Map<String, Object>
// except when --version or --help/-h options are passed
Expand Down

0 comments on commit 730f7d2

Please sign in to comment.