Skip to content

Commit d386de2

Browse files
committed
Bump version: v4.7.0 → v4.8.0
1 parent e6ba0fc commit d386de2

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 = v4.7.0
4+
current_version = v4.8.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
@@ -10,7 +10,7 @@ plugins {
1010

1111
group = 'com.tokbox'
1212
archivesBaseName = 'opentok-server-sdk'
13-
version = '4.7.0'
13+
version = '4.8.0'
1414

1515
sourceCompatibility = "1.8"
1616
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.7.0";
11+
public static final String VERSION = "4.8.0";
1212
}

0 commit comments

Comments
 (0)