diff --git a/TODO.md b/TODO.md index be69e7d..ba5bedf 100644 --- a/TODO.md +++ b/TODO.md @@ -32,10 +32,10 @@ This is ABSOLUTELY NOT an exhaustive list. Please feel free to add to it. If wha - Every command request MUST have a unique identifier ✅ - All relevant log events MUST include this command identifier ✅ -## Milestone 7 -- Merge `gort` and `gortctl` into one single binary +## Milestone 7 -- Merge `gortctl` functionality into the `gort` controller binary -- _COMPLETE!_ ✅ -- As it says on the tin: merge GOrtthe [gortctl](https://github.com/getgort/gortctl) commands into the main Gort repo -- Deprecate `gortctl`. +- As it says on the tin: merge merge the [gortctl](https://github.com/getgort/gortctl) commands into the main Gort repo ✅ +- Deprecate `gortctl` and archive [its repo](https://github.com/getgort/gortctl). ✅ ## Milestone 8 (API-level authorization) - Document permissions model and how auth is expected to work. diff --git a/version/version.go b/version/version.go index 58037d0..db644bc 100644 --- a/version/version.go +++ b/version/version.go @@ -18,5 +18,5 @@ package version const ( // Version is the current version of Gort - Version = "0.6.3-dev.0" + Version = "0.7.0-dev.0" )