From 7c00a18f44e94da8c62c83c7ca96f6e5a5d0892c Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Thu, 31 Dec 2015 14:12:30 -0500 Subject: [PATCH] Bump version to 0.4.1 --- README.md | 2 +- doc.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d44742a..7d4322c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Jobs A persistent and flexible background jobs library for go. -[![Version](https://img.shields.io/badge/version-X.X.X-5272B4.svg)](https://github.com/albrow/jobs/releases) +[![Version](https://img.shields.io/badge/version-0.4.1-5272B4.svg)](https://github.com/albrow/jobs/releases) [![Circle CI](https://img.shields.io/circleci/project/albrow/jobs.svg)](https://circleci.com/gh/albrow/jobs) [![GoDoc](https://godoc.org/github.com/albrow/jobs?status.svg)](https://godoc.org/github.com/albrow/jobs) diff --git a/doc.go b/doc.go index a1e7f15..94eaf68 100644 --- a/doc.go +++ b/doc.go @@ -4,7 +4,7 @@ // Package jobs is a persistent and flexible background jobs library. // -// Version: X.X.X +// Version: 0.4.1 // // Jobs is powered by redis and supports the following features: //