Skip to content

Commit 13f37a8

Browse files
release: v0.1.37
1 parent d7015e3 commit 13f37a8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

roxyapi.gen.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19012,7 +19012,7 @@
1901219012
"type": "number"
1901319013
},
1901419014
"moonPhase": {
19015-
"description": "Current lunar phase (New Moon, Waxing Crescent, First Quarter, Waxing Gibbous, Full Moon, Waning Gibbous, Last Quarter, Waning Crescent).",
19015+
"description": "Display name of the current lunar phase, one of the eight standard phases from New Moon through Waning Crescent. Translates in place with the lang parameter, like the moonSign beside it, so render it directly.",
1901619016
"example": "Waning Gibbous Moon",
1901719017
"type": "string"
1901819018
},

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package roxyapi
22

33
// Version is the published SDK version. It is sent as the X-SDK-Client header on
44
// every request. The release workflow rewrites this constant to the next git tag.
5-
const Version = "0.1.36"
5+
const Version = "0.1.37"

0 commit comments

Comments
 (0)