angular.module("app.home")
  .controller "HomeCtrl", ($scope) ->
    $scope.version = "0"
    return
