Skip to content

Commit

Permalink
Bump server and pycore versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mik3y committed Aug 22, 2014
1 parent 9ca9b15 commit 5068c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kegberry/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
gflags.DEFINE_boolean('upgrade_system_packages', False,
'If set, performs "apt-get upgrade" during install/upgrade.')

gflags.DEFINE_string('kegbot_server_package', 'kegbot==1.0.2',
gflags.DEFINE_string('kegbot_server_package', 'kegbot==1.1.0b2',
'(Advanced use only.) Version of Kegbot Server to install.')

gflags.DEFINE_string('kegbot_pycore_package', 'kegbot-pycore==1.1.3',
gflags.DEFINE_string('kegbot_pycore_package', 'kegbot-pycore==1.2.0',
'(Advanced use only.) Version of Kegbot Pycore to install.')

gflags.DEFINE_boolean('fake', False,
Expand Down

0 comments on commit 5068c18

Please sign in to comment.