Skip to content

Commit

Permalink
set version name to 1.8.1 before release
Browse files Browse the repository at this point in the history
  • Loading branch information
santiontanon committed Mar 21, 2021
1 parent ef43143 commit dda27f0
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>com.github.santiontanon</groupId>
<artifactId>mdl</artifactId>
<version>1.8</version>
<version>1.8.1</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/cl/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

public class Main {

public static String VERSION_STRING = "v1.9dev";
public static String VERSION_STRING = "v1.8.1";

public static void main(String args[]) throws Exception {
// Set up the MDL configuration:
Expand Down

0 comments on commit dda27f0

Please sign in to comment.