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 committed Feb 9, 2016
1 parent a5e65f6 commit 04c952a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rulebase/local.re
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ getMessageParameters(*msgLogPath, *enabled) {
#
getB2SAFEVersion(*version) {
*major_version = "3";
*minor_version = "0";
*sub_version = "2";
*minor_version = "1";
*sub_version = "0";
*version = *major_version ++ "." ++ *minor_version ++ "-" ++ *sub_version;
}

Expand Down

0 comments on commit 04c952a

Please sign in to comment.