Skip to content

Commit

Permalink
prepare release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixb committed Sep 23, 2021
1 parent 82b041b commit b0768c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## swamp v0.14.0 (unreleased)
## swamp v0.14.0

Breaking changes:

Expand Down
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
const (
INTERMEDIATE_SESSION_TOKEN_DURATION = int64(12 * 60 * 60)
TARGET_SESSION_TOKEN_DURATION = int64(60 * 60)
VERSION = "0.13.0"
VERSION = "0.14.0"
)

type SwampConfig struct {
Expand Down

0 comments on commit b0768c0

Please sign in to comment.