Skip to content

Commit 38cbb54

Browse files
committed
Release 2.3.7
1 parent be239ad commit 38cbb54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

git-store-meta.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
# gid group ID (if group is also set, prefer group and fallback to gid)
5353
# acl access control lists for POSIX setfacl/getfacl
5454
#
55-
# git-store-meta 2.3.6
56-
# Copyright (c) 2015-2022, Danny Lin
55+
# git-store-meta 2.3.7
56+
# Copyright (c) 2015-2023, Danny Lin
5757
# Released under MIT License
5858
# Project home: https://github.com/danny0838/git-store-meta
5959
# =============================================================================
@@ -62,7 +62,7 @@
6262
use strict;
6363
use warnings;
6464

65-
use version; our $VERSION = version->declare("v2.3.6");
65+
use version; our $VERSION = version->declare("v2.3.7");
6666
use Getopt::Long;
6767
Getopt::Long::Configure qw(gnu_getopt);
6868
use File::Basename;

0 commit comments

Comments
 (0)