Skip to content

Commit

Permalink
Revert "bump version"
Browse files Browse the repository at this point in the history
This reverts commit eabac81.

Closes #375
  • Loading branch information
notnac committed Feb 15, 2021
1 parent eabac81 commit a0f3c2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion get_iplayer
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#
#
package main;
my $version = 3.28;
my $version = 3.27;
my $version_text;
$version_text = sprintf("v%.2f", $version) unless $version_text;
#
Expand Down
2 changes: 1 addition & 1 deletion get_iplayer.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# License: GPLv3 (see LICENSE.txt)
#

my $VERSION = 3.28;
my $VERSION = 3.27;
my $VERSION_TEXT;
$VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;

Expand Down

0 comments on commit a0f3c2a

Please sign in to comment.