Skip to content

Commit 02a3394

Browse files
committed
1.23.0 release
1 parent 852c716 commit 02a3394

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22
This project adheres to [Semantic Versioning](https://semver.org/).
33

4-
# 1.23.0 (2026-0X-XX)
4+
# 1.23.0 (2026-05-15)
55
## New features
66
- New variable: `$lb_use_defaults` for non-interactive scripts
77

libbash.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# #
66
# Sources: https://github.com/pruje/libbash.sh #
77
# #
8-
# Version 1.22.10 (2026-02-14) #
8+
# Version 1.23.0 (2026-05-15) #
99
# #
1010
########################################################
1111

12-
declare -r lb_version=1.22.10
12+
declare -r lb_version=1.23.0
1313

1414
# Index
1515
#

libbash_gui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# #
66
# Sources: https://github.com/pruje/libbash.sh #
77
# #
8-
# Version 1.22.10 (2026-02-14) #
8+
# Version 1.23.0 (2026-05-15) #
99
# #
1010
########################################################
1111

0 commit comments

Comments
 (0)