Skip to content

Commit

Permalink
v0.1.0 first release
Browse files Browse the repository at this point in the history
  • Loading branch information
G4Vi committed Oct 7, 2021
1 parent bb288bd commit 5d68b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3847,7 +3847,7 @@ package MHFS::Settings {
};

package App::MHFS; #Media Http File Server
use version; our $VERSION = version->declare("v0.0.0");
use version; our $VERSION = version->declare("v0.1.0");
unless (caller) {
use strict; use warnings;
use feature 'say';
Expand Down

0 comments on commit 5d68b76

Please sign in to comment.