Skip to content

Commit 3653254

Browse files
committed
Bump dev bundle version number.
1 parent f894cce commit 3653254

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin/generate-dev-bundle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
BUNDLE_VERSION=0.1.0
5+
BUNDLE_VERSION=0.1.1
66
UNAME=$(uname)
77
ARCH=$(uname -m)
88

meteor

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
BUNDLE_VERSION=0.1.0
3+
BUNDLE_VERSION=0.1.1
44

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

0 commit comments

Comments
 (0)