version bump to account for all the fixes and oopsies

This commit is contained in:
Matthew Connelly 2015-02-25 21:35:13 +00:00
parent 1fb1c50022
commit 15abce2321
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ use Unix::PID; use YAML;
use Maff::Common::OSX qw/:all/; use Maff::Common::OSX qw/:all/;
my $ME = "ayudante-lobo"; my $ME = "ayudante-lobo";
my $VERSION = "0.9.2"; my $VERSION = "0.9.3";
my $HOSTNAME = `hostname`; chomp $HOSTNAME; 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. #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.