Skip to content

Commit

Permalink
bump dev bundle version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1mmy committed Nov 16, 2012
1 parent dc62e2c commit 10c2a20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/generate-dev-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
set -u

BUNDLE_VERSION=0.2.5
BUNDLE_VERSION=0.2.6
UNAME=$(uname)
ARCH=$(uname -m)

Expand Down
2 changes: 1 addition & 1 deletion meteor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

BUNDLE_VERSION=0.2.5
BUNDLE_VERSION=0.2.6

# OS Check. Put here because here is where we download the precompiled
# bundles that are arch specific.
Expand Down

0 comments on commit 10c2a20

Please sign in to comment.