Merge branch 'master' of hyungil.jeong/pinpoint

from pull-request 3

* refs/heads/master:
  [#3] Commit modified Version file.
This commit is contained in:
Hyun Jeong
2014-08-28 19:26:55 +09:00
@@ -1,4 +1,4 @@
package com.nhn.pinpoint.common;
public final class Version {
public static final String VERSION = "1.0.2";
public static final String VERSION = "1.0.3-SNAPSHOT";
}