Skip to content

Commit

Permalink
add single_query.sh, and ready for 0.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rzh committed Mar 16, 2015
1 parent 9dd71c5 commit 866bd7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/bash

VERSION="v0.1.4"
SCRIPTS=(bulk_insert.bash simple_insert.sh config.sh contended_update.sh)
VERSION="v0.1.5"
SCRIPTS=(bulk_insert.bash simple_insert.sh config.sh contended_update.sh single_query.sh)
echo "bootstrap hammer.time"

if [ -f hammer.tar.gz ]; then
Expand Down

0 comments on commit 866bd7d

Please sign in to comment.