Skip to content

Commit

Permalink
Internal version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
snilt committed Sep 14, 2019
1 parent b13b2f7 commit a03a5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyLoadGui.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@author: mkaay
"""
CURRENT_VERSION = '0.4.9'
CURRENT_INTERNAL_VERSION = 'Development version' # YYYY-MM-DD, append a lowercase letter for a new version on the same day
CURRENT_INTERNAL_VERSION = '2019-09-14' # YYYY-MM-DD, append a lowercase letter for a new version on the same day

import os
import sys
Expand Down

0 comments on commit a03a5d6

Please sign in to comment.