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

Commit

Permalink
Release 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Feb 9, 2023
1 parent e50fd74 commit 7ce2cff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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.0.8'
version = '0.0.9'
from components.java
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ 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 7ce2cff

Please sign in to comment.