diff --git a/cmd/version.go b/cmd/version.go index e676898ba..5b8f618e6 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -17,7 +17,7 @@ package cmd //go:generate ./mkversion.sh // Version will be overwritten at build-time via mkversion.sh -var Version = "v1.32.0" +var Version = "v1.32.1" func MockVersion(version string) (restore func()) { old := Version diff --git a/go.mod b/go.mod index b58816fbf..793b9fc19 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/canonical/pebble -go 1.26.4 +go 1.26.5 require ( github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5