From 4e42878b21c9c40090eca819d84310b572438766 Mon Sep 17 00:00:00 2001 From: Peter Bourgon Date: Sat, 24 Feb 2024 23:03:09 +0100 Subject: [PATCH] README: note about v4/v3 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 85af65e..cb474be 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,11 @@ Building a command-line application in the style of `kubectl` or `docker`? [ff.Command](#ffcommand) offers a declarative approach that may be simpler to write, and easier to maintain, than many common alternatives. +## Note + +This README describes the pre-release version v4 of ff. For the stable version, +see [ff/v3](https://pkg.go.dev/github.com/peterbourgon/ff/v3). + ## Usage ### Parse a flag.FlagSet