Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit a1bc3af

Browse files
committed
Set version to 3.0.0
1 parent d6b6936 commit a1bc3af

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
@@ -47,7 +47,7 @@ publishing {
4747
maven(MavenPublication) {
4848
groupId = 'com.assemblyai'
4949
artifactId = 'assemblyai-java'
50-
version = '2.3.1'
50+
version = '3.0.0'
5151
from components.java
5252
pom {
5353
scm {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.assemblyai.api.core;
22

33
public class Constants {
4-
public static final String SDK_VERSION = "2.3.1";
4+
public static final String SDK_VERSION = "3.0.0";
55
}

0 commit comments

Comments
 (0)