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 962faf1 commit 1761082Copy full SHA for 1761082
build.gradle
@@ -11,7 +11,7 @@ apply plugin: 'eclipse'
11
group = 'com.tokbox'
12
archivesBaseName = 'opentok-server-sdk'
13
// TODO: how do we increment this before/after a release for deployment and development?
14
-version = '2.3.1'
+version = '2.3.2-alpha.1'
15
16
sourceCompatibility = 1.6
17
src/main/java/com/opentok/constants/Version.java
@@ -8,5 +8,5 @@
8
package com.opentok.constants;
9
10
public class Version {
- public static final String VERSION = "2.3.1";
+ public static final String VERSION = "2.3.2-alpha.1";
}
0 commit comments