Skip to content

Commit

Permalink
Set version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkellnhofer committed Sep 8, 2020
1 parent ed4631d commit 02908fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0-alpha
// Version: 1.0.0
//
// SecurityDefinitions:
// basic:
Expand Down
2 changes: 1 addition & 1 deletion constant/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

const (
AppVersion string = "1.0.0-alpha"
AppVersion string = "1.0.0"

DbDateFormat string = "2006-01-02"
DbTimestampFormat string = "2006-01-02 15:04:05"
Expand Down

0 comments on commit 02908fa

Please sign in to comment.