Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
Update local.re
Browse files Browse the repository at this point in the history
  • Loading branch information
ccacciari authored Oct 25, 2016
1 parent c5026ee commit bb42762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rulebase/local.re
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ getConfParameters(*msiFreeEnabled, *msiCurlEnabled, *authzEnabled) {
getB2SAFEVersion(*version) {
*major_version = "3";
*minor_version = "1";
*sub_version = "1";
*sub_version = "2";
*version = *major_version ++ "." ++ *minor_version ++ "-" ++ *sub_version;
}

Expand Down

0 comments on commit bb42762

Please sign in to comment.