Skip to content

Commit

Permalink
Update fallback version number/date in version.py for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjunz committed Apr 28, 2020
1 parent 40e64af commit 4c8e9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mintpy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


###########################################################################
def get_release_info(version='v1.2', date='2020-01-03'):
def get_release_info(version='v1.2.2', date='2020-04-27'):
"""Grab version and date of the latest commit from a git repository"""
# go to the repository directory
dir_orig = os.getcwd()
Expand Down

0 comments on commit 4c8e9fd

Please sign in to comment.