Skip to content

Commit

Permalink
Change mesos version to 0.25.1 (resolves BD2KGenomics#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfeil committed May 17, 2016
1 parent 7dc4ce1 commit efd3f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/cgcloud/core/mesos_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class MesosBox( UbuntuBox ):
"""

def _mesos_version( self ):
return '0.25.0'
return '0.25.1'

@fabric_task
def _setup_package_repos( self ):
Expand Down

0 comments on commit efd3f91

Please sign in to comment.