Skip to content

Commit

Permalink
build: update semver --> YYYY.MAJOR.MINOR (2024.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jan 10, 2024
1 parent 9d5f31b commit accc220
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/backend/app/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "2024.0.0"
2 changes: 1 addition & 1 deletion src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ asyncio_mode="auto"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.1.0"
version = "2024.0.0"
version_files = [
"pyproject.toml:version",
"app/__version__.py",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fmtm",
"version": "0.1.0",
"version": "2024.0.0",
"scripts": {
"build": "vite build",
"build:dev": "vite build --mode development",
Expand Down

0 comments on commit accc220

Please sign in to comment.