version bump to account for all the fixes and oopsies
This commit is contained in:
parent
1fb1c50022
commit
15abce2321
|
@ -12,7 +12,7 @@ use Unix::PID; use YAML;
|
|||
use Maff::Common::OSX qw/:all/;
|
||||
|
||||
my $ME = "ayudante-lobo";
|
||||
my $VERSION = "0.9.2";
|
||||
my $VERSION = "0.9.3";
|
||||
my $HOSTNAME = `hostname`; chomp $HOSTNAME;
|
||||
|
||||
#Expects that it will be launched either in an environment where $HOME is an exported env variable or that it will be launched by an initscript with the current working directory being the user's homedir.
|
||||
|
|
Loading…
Reference in New Issue