Skip to content

Commit c10fb38

Browse files
committed
bump version up
1 parent eaafed5 commit c10fb38

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2222
- Improvements to overall UI and UX. Standardized components and widgets used.
2323
- Helm charts for Kubernetes deployment.
2424

25-
[unreleased]: https://github.com/clowder-framework/clowder2/compare/v2.0.0-alpha.2...HEAD
25+
[v2.0.0-beta.2]: https://github.com/clowder-framework/clowder2/releases/tag/v2.0.0-beta.2
26+
27+
[v2.0.0-beta.1]: https://github.com/clowder-framework/clowder2/releases/tag/v2.0.0-beta.1
2628

2729
[alpha-2]: https://github.com/clowder-framework/clowder2/releases/tag/v2.0.0-alpha.2

deployments/kubernetes/charts/clowder2/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ description: >
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 1.9.0
16+
version: 1.9.1
1717

1818
# This is the version number of the application being deployed. This version number should be
1919
# incremented each time you make changes to the application. Versions are not expected to
2020
# follow Semantic Versioning. They should reflect the version the application is using.
2121
# It is recommended to use it with quotes.
22-
appVersion: "v2.0.0-beta.1"
22+
appVersion: "v2.0.0-beta.2"
2323

2424
# List of people that maintain this helm chart.
2525
maintainers:

frontend/src/components/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ export default function PersistentDrawerLeft(props) {
432432
}}
433433
>
434434
<Typography variant="body2" color="primary.light">
435-
v2.0.0-beta.1
435+
v2.0.0-beta.2
436436
</Typography>
437437
</Box>
438438
</Main>

0 commit comments

Comments
 (0)