Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChHuang authored and ChHuang committed Feb 5, 2024
1 parent edf5f33 commit 7a998a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ def backends(self) -> List[str]:
SQLALCHEMY_DATABASE_URL = f"postgresql+psycopg2://{settings.pg_user}:{settings.pg_password}@" \
f"{settings.pg_host}:{settings.pg_port}/{settings.pg_db}?"\
f"client_encoding={settings.pg_client_encoding}"
VERSION = "0.3.2"
VERSION = "0.3.3"
2 changes: 1 addition & 1 deletion frontend/src/components/help/HelpNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default {
inject: ["apiInfo"],
data() {
return {
frontendVersion: "0.3.2"
frontendVersion: "0.3.3"
};
}
}
Expand Down

0 comments on commit 7a998a3

Please sign in to comment.