Skip to content

Commit

Permalink
Bump version to 1.2.6 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
erssebaggala committed Sep 3, 2019
1 parent f5aea05 commit 37a1835
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>com.bodastage.cm</groupId>
<artifactId>boda-ztexlscmparser</artifactId>
<version>1.2.5-SNAPSHOT</version>
<version>1.2.6-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class ZTEXLSCMParser {
*
* Since 1.3.0
*/
final static String VERSION = "1.2.5";
final static String VERSION = "1.2.6";

private static final Logger LOGGER = LoggerFactory.getLogger(ZTEXLSCMParser.class);

Expand Down

0 comments on commit 37a1835

Please sign in to comment.