1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2026-06-19 22:58:30 +02:00

Merge pull request #56 from jehiah/release_56

Cut a new release
This commit is contained in:
Jehiah Czebotar
2015-03-19 23:03:16 -04:00
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -8,6 +8,7 @@ import (
"net/http"
"net/url"
"os"
"runtime"
"strings"
"time"
@@ -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
}
+1 -1
View File
@@ -1,3 +1,3 @@
package main
const VERSION = "1.1-alpha"
const VERSION = "1.1"