Skip to content

Commit

Permalink
Bump to version 2.3.0+dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford committed Dec 13, 2023
1 parent 864cac1 commit f681260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/generate-zbm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use strict;
use warnings;

our $VERSION = '2.3.0';
our $VERSION = '2.3.0+dev';

use Getopt::Long qw(:config no_ignore_case auto_version);
use Pod::Usage qw(pod2usage);
Expand Down
2 changes: 1 addition & 1 deletion zfsbootmenu/zbm-release
Original file line number Diff line number Diff line change
Expand Up @@ -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="2.3.0"
VERSION="2.3.0+dev"

0 comments on commit f681260

Please sign in to comment.