Skip to content

Commit

Permalink
build(release): add v7.11.0 (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 authored Jan 22, 2025
1 parent 2721071 commit 556ad3e
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,16 @@ export class VersionManagerService {
}

versions : Version[] = [
{
version: '7.11.0',
versionTags: [ '7.11.0', 'stable', 'latest' ],
releaseDate: new Date("2025-01-20T06:24:58.285Z"),
installed: false,
downloadLink: 'https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.11.0/openapi-generator-cli-7.11.0.jar'
},
{
version: '7.10.0',
versionTags: [ '7.10.0', 'stable', 'latest' ],
versionTags: [ '7.10.0', 'stable' ],
releaseDate: new Date("2024-11-08T06:24:58.285Z"),
installed: false,
downloadLink: 'https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.10.0/openapi-generator-cli-7.10.0.jar'
Expand Down

0 comments on commit 556ad3e

Please sign in to comment.