Skip to content

Commit

Permalink
rel: Update version to 1.1.0 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO authored Jul 13, 2023
1 parent 507b82f commit 39ad6ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/home/top/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ const topData = {
},
],
versionNote: {
text: 'Release Note of 1.0.1',
link: 'https://github.com/alibaba/higress/releases/tag/v1.0.1',
text: 'Release Note of 1.1.0',
link: 'https://github.com/alibaba/higress/releases/tag/v1.1.0',
},
releaseDate: 'Released on Jun 23, 2023',
releaseDate: 'Released on Jul 10, 2023',
};

const Top = ({ language }: { language?: string }) => {
Expand Down

0 comments on commit 39ad6ce

Please sign in to comment.