Skip to content

Commit

Permalink
build: revert v2024.3.0 --> v2024.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Apr 3, 2024
1 parent 93f2825 commit 4cce8c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2024.3.0 (2024-03-05)
## 2024.1.0 (2024-03-05)

### Feat

Expand Down
2 changes: 1 addition & 1 deletion src/backend/app/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2024.3.0"
__version__ = "2024.1.0"
2 changes: 1 addition & 1 deletion src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ asyncio_mode="auto"

[tool.commitizen]
name = "cz_conventional_commits"
version = "2024.3.0"
version = "2024.1.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": "2024.3.0",
"version": "2024.1.0",
"scripts": {
"build": "vite build",
"build:dev": "vite build --mode development",
Expand Down

0 comments on commit 4cce8c6

Please sign in to comment.