Skip to content

Commit

Permalink
Fix server_environment version
Browse files Browse the repository at this point in the history
The PR OCA#45 has been merged manually and a new version was not bumped.
  • Loading branch information
simahawk authored and chaule97 committed Oct 1, 2024
1 parent 09d549f commit 2de38eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server_environment/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "server configuration environment files",
"version": "13.0.2.2.0",
"version": "13.0.2.2.1",
"depends": ["base", "base_sparse_field"],
"author": "Camptocamp,Odoo Community Association (OCA)",
"summary": "move some configurations out of the database",
Expand Down

0 comments on commit 2de38eb

Please sign in to comment.