grunt.registerTask('bump', function(arg) {
    if (arg === undefined) {
      arg = 'all';
    }