From c1c564c0dd0e2aa1e98aaaa4f09e60d8e64c5dc7 Mon Sep 17 00:00:00 2001 From: Felix Bechstein Date: Tue, 13 Mar 2018 08:24:26 +0100 Subject: [PATCH] prepare release v0.7 --- CHANGELOG.md | 2 +- config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce0b33c..e7c9c9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/config.go b/config.go index 6bd84f6..79a66c5 100644 --- a/config.go +++ b/config.go @@ -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 {