Skip to content

Commit 864cac1

Browse files
committed
Bump to version 2.3.0
1 parent 928677c commit 864cac1

File tree

7 files changed

+15
-26
lines changed

7 files changed

+15
-26
lines changed

bin/generate-zbm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use strict;
55
use warnings;
66

7-
our $VERSION = '2.2.2+dev';
7+
our $VERSION = '2.3.0';
88

99
use Getopt::Long qw(:config no_ignore_case auto_version);
1010
use Pod::Usage qw(pod2usage);

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
author = 'ZFSBootMenu Team'
1111
man_author = f'{author} <https://github.com/zbm-dev/zfsbootmenu>'
1212
copyright = f'2019 Zach Dykstra, 2020-2023 {author}'
13-
release = '2.2.2'
13+
release = '2.3.0'
1414

1515
# -- General configuration ---------------------------------------------------
1616
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/man/dist/man5/generate-zbm.5

+2-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/man/dist/man7/zfsbootmenu.7

+8-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/man/dist/man8/generate-zbm.8

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/man/dist/man8/zbm-kcl.8

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zfsbootmenu/zbm-release

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ HOME_URL="https://zfsbootmenu.org"
66
DOCUMENTATION_URL="https://docs.zfsbootmenu.org"
77
BUG_REPORT_URL="https://github.com/zbm-dev/zfsbootmenu/issues"
88
SUPPORT_URL="https://github.com/zbm-dev/zfsbootmenu/discussions"
9-
VERSION="2.2.2+dev"
9+
VERSION="2.3.0"

0 commit comments

Comments
 (0)