Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Release v0.25.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Mar 2, 2023
1 parent 5e173ae commit fd5fdf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ publishing {
maven(MavenPublication) {
groupId = 'io.github.fern-api'
artifactId = 'lago'
version = '0.1.0'
version = 'v0.25.0-beta'
from components.java
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ public Optional<String> getLagoId() {
return lagoId;
}

/**
* @return The name of the billable metric.
*/
@JsonProperty("name")
public Optional<String> getName() {
return name;
Expand Down

0 comments on commit fd5fdf1

Please sign in to comment.