Skip to content

Commit

Permalink
build(release): add v7.9.0 (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 authored Oct 8, 2024
1 parent 61d2111 commit 36aec42
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class VersionManagerService {
this.logger.log(
chalk.red(`Unable to query repository, because of: "${e.message}". Return default versions instead.`)
);
//this.printResponseError(e);
this.printResponseError(e);
return this.getObservableVersions();
})
);
Expand Down Expand Up @@ -288,6 +288,13 @@ export class VersionManagerService {
}

versions : Version[] = [
{
version: '7.9.0',
versionTags: [ '7.9.0', 'stable', 'latest' ],
releaseDate: new Date("2024-10-07T06:24:58.285Z"),
installed: false,
downloadLink: 'https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.9.0/openapi-generator-cli-7.9.0.jar'
},
{
version: '7.8.0',
versionTags: [ '7.8.0', 'stable', 'latest' ],
Expand Down

0 comments on commit 36aec42

Please sign in to comment.