From 716665e18e6bd5487895b31fca457a737dc83f53 Mon Sep 17 00:00:00 2001 From: Simon Richardson Date: Mon, 29 Jul 2024 12:01:31 +0100 Subject: [PATCH] chore: bump v7 This bumps the branch to v7. This leapfrogs over v6, but has all the same features as v5, with the additional metadata and manifest for application charms. --- Makefile | 2 +- go.mod | 2 +- package_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 14fbb36..32b2eb0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PROJECT := github.com/juju/description/v5 +PROJECT := github.com/juju/description/v7 .PHONY: check-licence check-go check diff --git a/go.mod b/go.mod index 4145d0c..848cb2e 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/juju/description/v5 +module github.com/juju/description/v7 go 1.21 diff --git a/package_test.go b/package_test.go index cbdb19b..61bc940 100644 --- a/package_test.go +++ b/package_test.go @@ -25,7 +25,7 @@ var _ = gc.Suite(&ImportTest{}) func (*ImportTest) TestImports(c *gc.C) { imps, err := jtesting.FindImports( - "github.com/juju/description/v5", + "github.com/juju/description/v7", "github.com/juju/juju/") c.Assert(err, jc.ErrorIsNil) // This package brings in nothing else from juju/juju