Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nixos #1

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Upgraded batou
reinhardt committed Nov 6, 2019
commit e14a90aee255cae85b1b86920024bbc3ca20122f
2 changes: 1 addition & 1 deletion batou
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ import subprocess
# download and copy this file to bootstrap a new batou installation.
BOOTSTRAP_VERSION_MARKER = '{' + '{version}' + '}'

version = os.environ.get('BATOU_VERSION', '1.7.5')
version = os.environ.get('BATOU_VERSION', '1.11.0')
develop = os.environ.get('BATOU_DEVELOP', '')