Skip to content

Commit

Permalink
Merge pull request #1554 from wazuh/change/1548-cherry-pick-version-f…
Browse files Browse the repository at this point in the history
…ile-standardization

Standardize version file format
  • Loading branch information
c-bordon authored Feb 17, 2025
2 parents a47bee8 + 19b37b0 commit c5d7dca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb
│ │ ├── wazuh-single.yml
│ ├── README.md
│ ├── VERSION
│ ├── VERSION.json
│ ├── CHANGELOG.md

## Example: production-ready distributed environment
Expand Down
2 changes: 0 additions & 2 deletions VERSION

This file was deleted.

4 changes: 4 additions & 0 deletions VERSION.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": "4.12.0",
"stage": "alpha0"
}

0 comments on commit c5d7dca

Please sign in to comment.