Skip to content

Commit

Permalink
Merge pull request #545 from mikedewar/master
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
mikedewar committed Aug 12, 2014
2 parents 9f441eb + e2c44fd commit e7bf09b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION=0.2.7.1
VERSION=0.2.8
rm -r release
mkdir release
echo "getting go code"
Expand Down
2 changes: 1 addition & 1 deletion st/util/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package util

const (
VERSION = "0.2.7.1"
VERSION = "0.2.8"
)

0 comments on commit e7bf09b

Please sign in to comment.