Skip to content

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
nleseul committed Jul 29, 2019
1 parent 353a630 commit b2c8fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def update_random_string(line, string_index, string_count, length_index_1, lengt

# Now insert commands for the lines we're injecting.
ops_to_insert = []
new_credit_lines = [(3, b'EN translation patch 0.81a'), (1, b'by Laszlo Benyi & NLeseul')]
new_credit_lines = [(3, b'EN translation patch 1.0'), (1, b'by Laszlo Benyi & NLeseul')]
if args.easy_mode:
new_credit_lines.append((1, b'EASY MODE!!'))

Expand Down

0 comments on commit b2c8fb0

Please sign in to comment.