File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
org.restlet.gwt/org.restlet.gwt/src/main/java/org/restlet/client/engine
org.restlet.java/org.restlet/src/main/java/org/restlet/engine Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public class Engine {
72
72
public static final String MINOR_NUMBER = "6" ;
73
73
74
74
/** Release number. */
75
- public static final String RELEASE_NUMBER = ".1-SNAPSHPT " ;
75
+ public static final String RELEASE_NUMBER = ".1-SNAPSHOT " ;
76
76
77
77
/** Complete version. */
78
78
public static final String VERSION = MAJOR_NUMBER + '.' + MINOR_NUMBER
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public class Engine {
90
90
public static final String MINOR_NUMBER = "6" ;
91
91
92
92
/** Release number. */
93
- public static final String RELEASE_NUMBER = ".1-SNAPSHPT " ;
93
+ public static final String RELEASE_NUMBER = ".1-SNAPSHOT " ;
94
94
95
95
/** The org.restlet log level. */
96
96
private static volatile Level restletLogLevel ;
You can’t perform that action at this time.
0 commit comments