Skip to content

Commit

Permalink
version: bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantony committed Oct 31, 2023
1 parent 91ae69b commit 4dc0fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/types/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type K2DServerConfiguration struct {

const (
// Version represents the k2d server version
Version = "1.0.0-beta"
Version = "1.0.0"
// RequestIDHeader is the name of the header that contains the request ID used for tracing purposes
RequestIDHeader = "X-K2d-Request-Id"
)

0 comments on commit 4dc0fb8

Please sign in to comment.