From cb062130880a6ba2e6cc27724dd99155b103013b Mon Sep 17 00:00:00 2001
From: Julien Moutinho <julm@sourcephile.fr>
Date: Fri, 20 Mar 2020 06:29:27 +0100
Subject: [PATCH] bump to version 2020.03.20

---
 git-remote-gpg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git-remote-gpg b/git-remote-gpg
index 3812422..6feeca0 100755
--- a/git-remote-gpg
+++ b/git-remote-gpg
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 package git::remote::gpg;
 package main;
-our $VERSION = '2014.04.29';
+our $VERSION = '2020.03.20';
 # License
 	# This file is a git-remote-helpers(1) to use a gpg(1)
 	# as a cryptographic layer below git(1)'s objects.
-- 
2.47.2