Skip to content

Commit fd2771a

Browse files
committed
Rev version to 4.7.0
1 parent 1cb19df commit fd2771a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 4.6.0
4+
current_version = 4.7.0
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
66
serialize =
77
{major}.{minor}.{patch}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
group = 'com.tokbox'
1010
archivesBaseName = 'opentok-server-sdk'
11-
version = '4.6.0'
11+
version = '4.7.0'
1212

1313
sourceCompatibility = "1.8"
1414
targetCompatibility = "1.8"

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 = "4.6.0";
11+
public static final String VERSION = "4.7.0";
1212
}

0 commit comments

Comments
 (0)