Skip to content

Commit 5e38904

Browse files
committed
Begin development on next version
1 parent 550d927 commit 5e38904

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
@@ -7,7 +7,7 @@ apply plugin: 'eclipse'
77
group = 'com.tokbox'
88
archivesBaseName = 'opentok-server-sdk'
99
// TODO: how do we increment this before/after a release for deployment and development?
10-
version = '2.2.2'
10+
version = '2.2.3-alpha.1'
1111

1212
sourceCompatibility = 1.6
1313

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

33
public class Version {
4-
public static final String VERSION = "2.2.2";
4+
public static final String VERSION = "2.2.3-alpha.1";
55
}

0 commit comments

Comments
 (0)