Bump version and update Changes
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon.pm
index b7b6e0616a5192b7076412bed2c54f17da547d53..cb41e0d19f5e8bec50f080980b35fbfe3d78cba1 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = '5999.000_003';
+our $VERSION = '5999.000_004';
 
 use Gruntmaster::Daemon::Constants qw/ERR/;
 use Gruntmaster::Daemon::Format qw/prepare_files/;
@@ -23,6 +23,9 @@ use constant PAGE_SIZE => 10;
 use constant FORMAT_EXTENSION => {
        C => 'c',
        CPP => 'cpp',
+       GCCGO => 'go',
+       GOLANG => 'go',
+       HASKELL => 'hs',
        MONO => 'cs',
        JAVA => 'java',
        PASCAL => 'pas',
This page took 0.00966 seconds and 4 git commands to generate.