We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be239ad commit 38cbb54Copy full SHA for 38cbb54
git-store-meta.pl
@@ -52,8 +52,8 @@
52
# gid group ID (if group is also set, prefer group and fallback to gid)
53
# acl access control lists for POSIX setfacl/getfacl
54
#
55
-# git-store-meta 2.3.6
56
-# Copyright (c) 2015-2022, Danny Lin
+# git-store-meta 2.3.7
+# Copyright (c) 2015-2023, Danny Lin
57
# Released under MIT License
58
# Project home: https://github.com/danny0838/git-store-meta
59
# =============================================================================
@@ -62,7 +62,7 @@
62
use strict;
63
use warnings;
64
65
-use version; our $VERSION = version->declare("v2.3.6");
+use version; our $VERSION = version->declare("v2.3.7");
66
use Getopt::Long;
67
Getopt::Long::Configure qw(gnu_getopt);
68
use File::Basename;
0 commit comments