diff options
author | Your Name <you@example.com> | 2019-01-02 08:16:13 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2019-01-02 08:16:13 +0100 |
commit | 837d162973d2030d446a5ecd6ae0d5aa551881dc (patch) | |
tree | 97205b85265a72589420f813d629ecf6a08b6ada | |
parent | 6908d41b18500cd5ebbb5ad158e68eb1d4338530 (diff) | |
download | mgarepo-837d162973d2030d446a5ecd6ae0d5aa551881dc.tar mgarepo-837d162973d2030d446a5ecd6ae0d5aa551881dc.tar.gz mgarepo-837d162973d2030d446a5ecd6ae0d5aa551881dc.tar.bz2 mgarepo-837d162973d2030d446a5ecd6ae0d5aa551881dc.tar.xz mgarepo-837d162973d2030d446a5ecd6ae0d5aa551881dc.zip |
Don't forget to increase version in mgarepo binary
-rwxr-xr-x | mgarepo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.12.4" +VERSION="1.14.0" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] |