Skip to content

Commit

Permalink
prepare release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixb committed Jan 7, 2020
1 parent ef4a174 commit d94fe5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
const (
INTERMEDIATE_SESSION_TOKEN_DURATION = int64(12 * 60 * 60)
TARGET_SESSION_TOKEN_DURATION = int64(60 * 60)
VERSION = "0.10.0"
VERSION = "0.11.0"
)

type SwampConfig struct {
Expand Down

0 comments on commit d94fe5f

Please sign in to comment.