Skip to content

Commit 8f49ff9

Browse files
committed
Begin development on next version
1 parent 3cb9ed9 commit 8f49ff9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply plugin: 'eclipse'
1111
group = 'com.tokbox'
1212
archivesBaseName = 'opentok-server-sdk'
1313
// TODO: how do we increment this before/after a release for deployment and development?
14-
version = '2.3.2'
14+
version = '2.3.2-alpha.1'
1515

1616
sourceCompatibility = 1.6
1717

src/main/java/com/opentok/constants/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
package com.opentok.constants;
99

1010
public class Version {
11-
public static final String VERSION = "2.3.2";
11+
public static final String VERSION = "2.3.2-alpha.1";
1212
}

0 commit comments

Comments
 (0)