Skip to content

Commit

Permalink
Dump to 0.2.0-beta-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdupl committed Jan 15, 2015
1 parent d16372c commit 7274836
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 @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.lancoder</groupId>
<artifactId>lancoder</artifactId>
<version>0.2.0-beta</version>
<version>0.2.0-beta-1</version>
<packaging>jar</packaging>
<name>lancoder</name>
<url>lancoder.org</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/lancoder/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

public class Main {

private final static String LANCODER_VERSION = "0.2.0-beta";
private final static String LANCODER_VERSION = "0.2.0-beta-1";

/**
* CLI entry point
Expand Down

0 comments on commit 7274836

Please sign in to comment.