diff --git a/api/docs.go b/api/docs.go index 87b44ba..ff71818 100644 --- a/api/docs.go +++ b/api/docs.go @@ -5,7 +5,7 @@ // Work Log is open source and free of charge. Source code is available under the [Apache-2.0 license](https://github.com/mkellnhofer/work-log/blob/master/LICENSE) on [GitHub](https://github.com/mkellnhofer/work-log). // // BasePath: /api/v1 -// Version: 1.4.0-alpha +// Version: 1.4.0 // // SecurityDefinitions: // basic: diff --git a/pkg/constant/consts.go b/pkg/constant/consts.go index 08ad2b3..6a3d2c6 100644 --- a/pkg/constant/consts.go +++ b/pkg/constant/consts.go @@ -5,7 +5,7 @@ import ( ) const ( - AppVersion string = "1.4.0-alpha" + AppVersion string = "1.4.0" DbDateFormat string = "2006-01-02" DbTimestampFormat string = "2006-01-02 15:04:05"