Skip to content

Commit

Permalink
bump to 0.3.0-rc-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdupl committed Sep 16, 2015
1 parent 0478d48 commit 33bdddb
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-2</version>
<version>0.3.0-rc-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 @@ -24,7 +24,7 @@

public class Main {

private final static String LANCODER_VERSION = "0.3.0-alpha";
private final static String LANCODER_VERSION = "0.3.0-rc-1";
private final static Logger logger = Logger.getLogger("lancoder");

/**
Expand Down

0 comments on commit 33bdddb

Please sign in to comment.