1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-11-29 22:48:19 +02:00

bump to 0.1.0

This commit is contained in:
Jehiah Czebotar
2014-08-07 20:50:16 +00:00
parent 98fb800de4
commit 590e0b527c

View File

@@ -11,7 +11,7 @@ import (
"strings"
)
const VERSION = "0.0.1"
const VERSION = "0.1.0"
var (
showVersion = flag.Bool("version", false, "print version string")