Skip to content

Commit

Permalink
bump patch version for new patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed Jun 27, 2024
1 parent 39040dd commit cc91c8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion denv
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with denv; if not, see <http://www.gnu.org/licenses/>.

denv_version=0.8.0
denv_version=0.8.1

# POSIX
set -o errexit
Expand Down
2 changes: 1 addition & 1 deletion docs/src/manual/denv.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NAME

denv v0.8.0
denv v0.8.1

# SYNOPSIS

Expand Down
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Options:
EOF
}

version=v0.8.0
version=v0.8.1
next=0
verbose=0
devel=0
Expand Down
2 changes: 1 addition & 1 deletion man/man1/denv.1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.hy
.SH NAME
.PP
denv v0.8.0
denv v0.8.1
.SH SYNOPSIS
.PP
\f[B]denv\f[R] {help|-h|\[en]help}
Expand Down

0 comments on commit cc91c8c

Please sign in to comment.