Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
Merge pull request #56 from jehiah/release_56
Browse files Browse the repository at this point in the history
Cut a new release
  • Loading branch information
jehiah committed Mar 20, 2015
2 parents eb67be7 + 6b771fd commit 736ec2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"net/http"
"net/url"
"os"
"runtime"
"strings"
"time"

Expand Down Expand Up @@ -52,7 +53,7 @@ func main() {
flagSet.Parse(os.Args[1:])

if *showVersion {
fmt.Printf("google_auth_proxy v%s\n", VERSION)
fmt.Printf("google_auth_proxy v%s (built with %s)\n", VERSION, runtime.Version())
return
}

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const VERSION = "1.1-alpha"
const VERSION = "1.1"

0 comments on commit 736ec2a

Please sign in to comment.