Skip to content

Commit

Permalink
Increased version number to v1.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kataiser committed Dec 12, 2020
1 parent a2cb2e4 commit 4ca8448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TF2 Rich Presence/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


# TODO: don't do this separate locations nonsense, convert to using a repo properly
def main(version_num='v1.14.5'):
def main(version_num='v1.14.6'):
parser = argparse.ArgumentParser()
parser.add_argument('--n', action='store_true', help="Skip copying to an repo location", default=False)
parser.add_argument('--ide', action='store_true', help="Use IDE-based build.log handling", default=False)
Expand Down

0 comments on commit 4ca8448

Please sign in to comment.