diff --git a/go.mod b/go.mod index 2ed4a6a..a749ca8 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module github.com/authelia/gox go 1.23 +toolchain go1.23.0 + require ( github.com/hashicorp/go-version v1.7.0 github.com/mitchellh/iochan v1.0.0 diff --git a/version.go b/version.go index ed23ca8..83fe4c9 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package main -const metaVersion = "1.1.3" +const metaVersion = "1.1.4"