From d71b75bf67fc9fb9b3cfb110917c6dfb8edc9dbc Mon Sep 17 00:00:00 2001 From: "Eric J. Holmes" Date: Fri, 18 Aug 2017 06:05:15 -0700 Subject: [PATCH] Bump version to 0.3.2 --- CHANGELOG.md | 2 +- VERSION | 2 +- docs/index.html | 2 +- man/walk.1 | 2 +- man/walk.1.html | 2 +- version.go | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be1c4f7..9185bc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## HEAD +## 0.3.2 (2017-08-18) **Improvements** diff --git a/VERSION b/VERSION index 9e11b32..d15723f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.1 +0.3.2 diff --git a/docs/index.html b/docs/index.html index 4a529ca..7c15f01 100644 --- a/docs/index.html +++ b/docs/index.html @@ -282,7 +282,7 @@

SEE ALSO

  1. -
  2. March 2017
  3. +
  4. August 2017
  5. walk(1)
diff --git a/man/walk.1 b/man/walk.1 index 0b513e2..f566c16 100644 --- a/man/walk.1 +++ b/man/walk.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "WALK" "1" "March 2017" "" "" +.TH "WALK" "1" "August 2017" "" "" . .SH "NAME" \fBwalk\fR \- A fast, general purpose, graph based build and task execution utility\. diff --git a/man/walk.1.html b/man/walk.1.html index 4a529ca..7c15f01 100644 --- a/man/walk.1.html +++ b/man/walk.1.html @@ -282,7 +282,7 @@

SEE ALSO

  1. -
  2. March 2017
  3. +
  4. August 2017
  5. walk(1)
diff --git a/version.go b/version.go index d920711..f1c0be1 100644 --- a/version.go +++ b/version.go @@ -3,4 +3,4 @@ package main // Version is the version of walk(1) -const Version = "0.3.1" +const Version = "0.3.2"