Skip to content

Commit df42830

Browse files
committed
Update to version 3.0.0-beta.1
1 parent c3c5234 commit df42830

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
@@ -10,7 +10,7 @@ apply plugin: 'eclipse'
1010

1111
group = 'com.tokbox'
1212
archivesBaseName = 'opentok-server-sdk'
13-
version = '2.3.2-alpha.1'
13+
version = '3.0.0-beta.1'
1414

1515
task javadocJar(type: Jar) {
1616
classifier = 'javadoc'

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-alpha.1";
11+
public static final String VERSION = "3.0.0-beta.1";
1212
}

0 commit comments

Comments
 (0)