~netlandish/links-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH links] API version bump. Related to changes made in changeset `9d75a4796b0d2be66a4a0ae659775ae29b23daa3`

Details
Message ID
<20251021121144.14537-1-peter@netlandish.com>
Sender timestamp
1761027101
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 api/graph/schema.resolvers.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/api/graph/schema.resolvers.go b/api/graph/schema.resolvers.go
index 16435c4..b49dcde 100644
--- a/api/graph/schema.resolvers.go
+++ b/api/graph/schema.resolvers.go
@@ -5011,8 +5011,8 @@ func (r *qRCodeResolver) CodeType(ctx context.Context, obj *models.QRCode) (mode
func (r *queryResolver) Version(ctx context.Context) (*model.Version, error) {
	return &model.Version{
		Major:           0,
		Minor:           7,
		Patch:           1,
		Minor:           8,
		Patch:           0,
		DeprecationDate: nil,
	}, nil
}
-- 
2.49.1
Details
Message ID
<DDNZXP3W3HD6.BEFPS7DS70RZ@netlandish.com>
In-Reply-To
<20251021121144.14537-1-peter@netlandish.com> (view parent)
Sender timestamp
1761027868
DKIM signature
missing
Download raw message
Applied.

To git@git.code.netlandish.com:~netlandish/links
   2ea094e..73a8206  master -> master
Reply to thread Export thread (mbox)