Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedewar committed Aug 12, 2014
1 parent 9f441eb commit e2c44fd
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 e2c44fd

Please sign in to comment.