Skip to content

Commit

Permalink
v1.94
Browse files Browse the repository at this point in the history
  • Loading branch information
chilipeppr committed Jan 17, 2017
1 parent 6062ade commit ec2d4e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (
)

var (
version = "1.93"
versionFloat = float32(1.93)
version = "1.94"
versionFloat = float32(1.94)
addr = flag.String("addr", ":8989", "http service address")
saddr = flag.String("saddr", ":8990", "https service address")
scert = flag.String("scert", "cert.pem", "https certificate file")
Expand Down

0 comments on commit ec2d4e4

Please sign in to comment.