Skip to content

Commit

Permalink
Bump version: 0.3.1 → 0.3.2
Browse files Browse the repository at this point in the history
vigo committed Jul 9, 2022
1 parent b95cf2d commit f4504fe
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1
current_version = 0.3.2
commit = True
tag = True

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Version](https://img.shields.io/badge/version-0.3.1-yellow.svg)
![Version](https://img.shields.io/badge/version-0.3.2-yellow.svg)
![Go](https://img.shields.io/badge/golang-1.16.3-black.svg)
[![Documentation](https://godoc.org/github.com/vigo/lsvirtualenvs?status.svg)](https://pkg.go.dev/github.com/vigo/lsvirtualenvs)
[![Go Report Card](https://goreportcard.com/badge/github.com/vigo/lsvirtualenvs)](https://goreportcard.com/report/github.com/vigo/lsvirtualenvs)
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ import (
"golang.org/x/text/message"
)

const version = "0.3.1"
const version = "0.3.2"

var (
errWorkonHomeEnvNotExists = errors.New("you need to set WORKON_HOME environment variable")

0 comments on commit f4504fe

Please sign in to comment.