We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7174e42 commit f8fe1c7Copy full SHA for f8fe1c7
bin/generate-zbm
@@ -4,7 +4,7 @@
4
use strict;
5
use warnings;
6
7
-our $VERSION = '3.1.0';
+our $VERSION = '3.1.0+dev';
8
9
use Getopt::Long qw(:config no_ignore_case auto_version);
10
use Pod::Usage qw(pod2usage);
zfsbootmenu/zbm-release
@@ -6,4 +6,4 @@ HOME_URL="https://zfsbootmenu.org"
DOCUMENTATION_URL="https://docs.zfsbootmenu.org"
BUG_REPORT_URL="https://github.com/zbm-dev/zfsbootmenu/issues"
SUPPORT_URL="https://github.com/zbm-dev/zfsbootmenu/discussions"
-VERSION="3.1.0"
+VERSION="3.1.0+dev"
0 commit comments