Skip to content

Commit

Permalink
prepare release v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
felixb committed Mar 13, 2018
1 parent eb80263 commit c1c564c
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.7-snapshot
## swamp v0.7

* `-mfa-exec` allows to automatically obtain the mfa-device token
* `-target-profile` defaults to `swamp`
Expand Down
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.7-snapshot"
VERSION = "0.7"
)

type SwampConfig struct {
Expand Down

0 comments on commit c1c564c

Please sign in to comment.