Skip to content

Commit

Permalink
build: version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
M3ales committed Nov 6, 2023
1 parent 5c452b8 commit 1e549b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class CfgPatches {
{
name = QUOTE(ADDON_NAME);
author = "M3ales";
version[] = { 2, 6, 0, -1 }; //Negative last digit indicates alpha/beta
version[] = { 2, 6, 0, 0 }; //Negative last digit indicates alpha/beta
url = "https://github.com/M3ales/MIRA_Vehicle_Medical";
requiredAddons[] = {"ace_interact_menu", "ace_medical", "ace_medical_treatment", "cba_settings"};
units[] = {};
Expand Down

0 comments on commit 1e549b1

Please sign in to comment.