From 2123330983e65fbdd38ed99e13d70f945e2b67f0 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 10 Mar 2016 13:37:12 -0800 Subject: [PATCH] project: Update link to version.go now that it's in specs-go/ Catch up with 7bf06d5 (source and schema: differentiate with examples, 2015-12-18, #276). Signed-off-by: W. Trevor King --- project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.md b/project.md index 30bce26b..34a5f355 100644 --- a/project.md +++ b/project.md @@ -2,7 +2,7 @@ ## Release Process -* Increment version in version.go +* Increment version in [`specs-go/version.go`](specs-go/version.go) * `git commit` version increment * `git tag` the prior commit (preferrably signed tag) * `make docs` to produce PDF and HTML copies of the spec