Skip to content

Commit a71d432

Browse files
committed
Begin development on next version
1 parent 3857028 commit a71d432

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
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 = '3.0.0-beta.2'
13+
version = '3.0.0-beta.3'
1414

1515
task javadocJar(type: Jar) {
1616
classifier = 'javadoc'
@@ -132,4 +132,4 @@ tasks.withType(JavaCompile) {
132132
// and other specific JDK jars
133133
}
134134
}
135-
}
135+
}

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

0 commit comments

Comments
 (0)