Skip to content

Commit

Permalink
Upping to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmysawczuk committed Jul 27, 2017
1 parent c49e8e2 commit c648ff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"path"
)

var version = "2.0.0"
var version = "2.0.1"

var out = flag.String("out", "", "File in which to (over)write the revision info into (defaults to stdout)")
var executable = flag.String("executable", "", "Path to this executable (used for hooks; default: $GOPATH/bin/scm-status)")
Expand Down
2 changes: 1 addition & 1 deletion deploy.bash
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

APPNAME="scm-status"
VERSION="2.0.0"
VERSION="2.0.1"

# Setup
mkdir -p deploy
Expand Down

0 comments on commit c648ff2

Please sign in to comment.