diff --git a/README.md b/README.md index 1265e2e..51589bf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Package form ============ -![Project status](https://img.shields.io/badge/version-4.2.2-green.svg) +![Project status](https://img.shields.io/badge/version-4.2.3-green.svg) [![Build Status](https://github.com/go-playground/form/actions/workflows/workflow.yml/badge.svg)](https://github.com/go-playground/form/actions/workflows/workflow.yml) [![Coverage Status](https://coveralls.io/repos/github/go-playground/form/badge.svg?branch=master)](https://coveralls.io/github/go-playground/form?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/go-playground/form)](https://goreportcard.com/report/github.com/go-playground/form) diff --git a/go.mod b/go.mod index f88a222..a178c71 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,9 @@ module github.com/go-playground/form/v4 go 1.13 +retract ( + v4.2.2 // Accidentally publiches breaking change + v4.2.3 // For retractions and revert of that code. +) + require github.com/go-playground/assert/v2 v2.0.1