diff --git a/PureGym/Dto.fs b/PureGym/Dto.fs index f204c78..e719853 100644 --- a/PureGym/Dto.fs +++ b/PureGym/Dto.fs @@ -324,7 +324,6 @@ type SessionsSummary = ThisWeek : SessionsAggregate } - /// Human-readable non-round-trip representation. override this.ToString () = $"%i{this.Total.Visits} visits, totalling %i{this.Total.Duration} minutes" diff --git a/PureGym/version.json b/PureGym/version.json index 958fb13..f3c770d 100644 --- a/PureGym/version.json +++ b/PureGym/version.json @@ -1,5 +1,5 @@ { - "version": "2.0", + "version": "3.0", "publicReleaseRefSpec": [ "^refs/heads/main$" ],