From d9ad707ebbacca2bb13bf2d116b063518fb5c173 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 27 May 2024 15:14:32 -0700 Subject: Bump version number in mgarepo, missed in last release --- Makefile | 2 +- mgarepo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5f39c77..98a937c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.14.6 +VERSION = 1.14.6 # NOTE: remember to update the version in mgarepo to match! .PHONY: all $(DIRS) clean clean: diff --git a/mgarepo b/mgarepo index 1d27a8b..b5e9192 100755 --- a/mgarepo +++ b/mgarepo @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.14.4" +VERSION="1.14.6" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] -- cgit v1.2.1