update version from 202016 -> 212017.

This commit is contained in:
wusheng 2017-02-07 23:02:46 +08:00
parent bfb200e125
commit b7c1ff8265
1 changed files with 5 additions and 2 deletions

View File

@ -1,10 +1,13 @@
package com.a.eye.skywalking.conf;
import com.a.eye.skywalking.util.TraceIdGenerator;
public class Constants {
/**
* 务必严格保持两位的version
* This is the version, which will be the first segment of traceid.
* Ref {@link TraceIdGenerator#generate()}
*/
public static int SDK_VERSION = 202016;
public static int SDK_VERSION = 212017;
public static final String CONTEXT_DATA_SEGMENT_SPILT_CHAR = "#&";
}