Browse Source

bump version numbers for new code/protocol

Alan Shreve 12 years ago
parent
commit
f17bc20337
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/ngrok/version/version.go

+ 3 - 3
src/ngrok/version/version.go

@@ -5,9 +5,9 @@ import (
 )
 
 const (
-	Proto = "1"
-	Major = "0"
-	Minor = "23"
+	Proto = "2"
+	Major = "1"
+	Minor = "0"
 )
 
 func MajorMinor() string {