Skip to content

Commit

Permalink
Test a dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Apr 9, 2024
1 parent 8b61edb commit 7083de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramps/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#

DEV_VERSION = False
DEV_VERSION = True
VERSION_TUPLE = (5, 2, 2)
VERSION_QUALIFIER = ""
VERSION = ".".join(map(str, VERSION_TUPLE)) + VERSION_QUALIFIER
Expand Down

0 comments on commit 7083de2

Please sign in to comment.