Skip to content

Commit

Permalink
Merge pull request #4367 from willkg/1443169-aurora-60_0b1
Browse files Browse the repository at this point in the history
fix bug 1443169 - fix AuroraVersionFixitRule for 60.0b1
  • Loading branch information
willkg committed Mar 5, 2018
2 parents 2ccca0b + 021876f commit c40eac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions socorro/processor/mozilla_transform_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@ class AuroraVersionFixitRule(Rule):
'20171109154410': '58.0b2',
'20180116202029': '59.0b1',
'20180117222144': '59.0b2',
'20180302190033': '60.0b1',
}

def version(self):
Expand Down

0 comments on commit c40eac8

Please sign in to comment.