Skip to content

Commit 11da80e

Browse files
committed
Release 0.2.1
1 parent e4a442c commit 11da80e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>jp.dip.ysfactory</groupId>
55
<artifactId>hsloader</artifactId>
6-
<version>0.2.0</version>
6+
<version>0.2.1</version>
77
<packaging>jar</packaging>
88
<name>HSLoader</name>
99
<properties>

src/main/java/jp/dip/ysfactory/heapstats/hsloader/Option.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public static enum ParserMode{
100100
* Print help strings.
101101
*/
102102
public static void printOptions(){
103-
System.out.println("HSLoader 0.2.0");
103+
System.out.println("HSLoader 0.2.1");
104104
System.out.println("Copyright (C) 2015-2017 Yasumasa Suenaga");
105105
System.out.println();
106106
System.out.println("Usage:");

0 commit comments

Comments
 (0)