Skip to content

Commit

Permalink
Expanded lottery numbers that could be drawn
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazawrath committed Jan 12, 2019
1 parent b68b74d commit d51e805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/mazawrath/beanbot/utilities/Lottery.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public class Lottery {
public static final int AMOUNT_DRAWN = 3;
public static final int MIN_NUMBER = 1;
public static final int MAX_NUMBER = 20;
public static final int MAX_NUMBER = 40;
public static final BigDecimal MIN_WEEKLY_VALUE = new BigDecimal(50000);
private static final String DB_NAME = "beanBotLottery";

Expand Down

0 comments on commit d51e805

Please sign in to comment.