Skip to content

Commit 3bc4fa8

Browse files
committed
Snagboot v2.4 release
- treewide: modernize and expand CI tests drop support for Python 3.8 use importlib API to fetch resources - snagflash: fastboot-uboot: support comments in command file correct parsing logic for "fb-size" parameter - snagrecover: add support for i.MX91 platforms add support for Intel Keem Bay platforms support HABv4-closed i.MX SoCs Signed-off-by: Romain Gantois <[email protected]>
1 parent 2906032 commit 3bc4fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snagrecover/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# Global version string for Snagboot
8-
__version__ = "2.3"
8+
__version__ = "2.4"

0 commit comments

Comments
 (0)