We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550d927 commit 5e38904Copy full SHA for 5e38904
build.gradle
@@ -7,7 +7,7 @@ apply plugin: 'eclipse'
7
group = 'com.tokbox'
8
archivesBaseName = 'opentok-server-sdk'
9
// TODO: how do we increment this before/after a release for deployment and development?
10
-version = '2.2.2'
+version = '2.2.3-alpha.1'
11
12
sourceCompatibility = 1.6
13
src/main/java/com/opentok/constants/Version.java
@@ -1,5 +1,5 @@
1
package com.opentok.constants;
2
3
public class Version {
4
- public static final String VERSION = "2.2.2";
+ public static final String VERSION = "2.2.3-alpha.1";
5
}
0 commit comments