Skip to content

Commit

Permalink
Release v3.3.2 FALLBACK_VERSION bump
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Aug 18, 2023
1 parent d32a1a0 commit ba8f1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Autocoders/Python/src/fprime_ac/utils/version.py
Expand Up @@ -2,7 +2,7 @@
import os
import subprocess

FALLBACK_VERSION = "v3.3.1" # Keep up-to-date on release tag
FALLBACK_VERSION = "v3.3.2" # Keep up-to-date on release tag


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

0 comments on commit ba8f1c6

Please sign in to comment.