Skip to content

Commit

Permalink
set version to major, stable release v1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed Aug 30, 2024
1 parent dc1e11c commit 0824402
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.2
denv_version=1.0.0

# 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.2
denv v1.0.0

# SYNOPSIS

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

version=v0.8.2
version=v1.0.0
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.2
denv v1.0.0
.SH SYNOPSIS
.PP
\f[B]denv\f[R] {help|-h|\[en]help}
Expand Down

0 comments on commit 0824402

Please sign in to comment.