Skip to content

Commit

Permalink
bumping fallback version to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Aug 19, 2022
1 parent c10f963 commit b46b176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Autocoders/Python/src/fprime_ac/utils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import subprocess

FALLBACK_VERSION = "v3.1.0" # Keep up-to-date on release tag
FALLBACK_VERSION = "v3.1.1" # Keep up-to-date on release tag


def get_version_str(working_dir, fallback=FALLBACK_VERSION):
Expand Down

0 comments on commit b46b176

Please sign in to comment.