Skip to content

Commit

Permalink
remove endline from version #3
Browse files Browse the repository at this point in the history
  • Loading branch information
matyaskopp committed May 27, 2024
1 parent 804dd57 commit aa60ed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tred_refactored/devel/update_version.pl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
die "Did not find $version_file!" if !-f $version_file;

my $git_date = `git log -1 --date=format:"\%Y\%m\%d" --format="%ad"`;
chomp $git_date;
my $VER = '3.' . $git_date;

print $VER,"\n" unless $opts{'quiet'};
Expand Down

0 comments on commit aa60ed6

Please sign in to comment.