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 3cb9ed9 commit 8f49ff9Copy full SHA for 8f49ff9
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.2'
+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.2";
+ public static final String VERSION = "2.3.2-alpha.1";
}
0 commit comments