Skip to content

Commit

Permalink
Make wazuh version dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti committed Jan 30, 2024
1 parent 3a26d55 commit 2fbb9e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/public/chrome/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
* specific language governing permissions and limitations
* under the License.
*/
import wazuh from '../../../../package.json';

export const WAZUH_VERSION = '4.9';
export const WAZUH_VERSION = wazuh.wazuh.version;
export const OPENSEARCH_DASHBOARDS_FEEDBACK_LINK = 'https://wazuh.com/community/join-us-on-slack';
export const OPENSEARCH_DASHBOARDS_ASK_OPENSEARCH_LINK = OPENSEARCH_DASHBOARDS_FEEDBACK_LINK;
export const GITHUB_CREATE_ISSUE_LINK = 'https://github.com/wazuh/wazuh/issues/new/choose';
Expand Down

0 comments on commit 2fbb9e7

Please sign in to comment.