Skip to content

Commit

Permalink
Set version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Swimburger committed Oct 3, 2024
1 parent d6b6936 commit a1bc3af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.assemblyai'
artifactId = 'assemblyai-java'
version = '2.3.1'
version = '3.0.0'
from components.java
pom {
scm {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/assemblyai/api/core/Constants.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package com.assemblyai.api.core;

public class Constants {
public static final String SDK_VERSION = "2.3.1";
public static final String SDK_VERSION = "3.0.0";
}

0 comments on commit a1bc3af

Please sign in to comment.