diff options
author | Dan Bungert <[email protected]> | 2023-06-14 16:41:41 -0600 |
---|---|---|
committer | Dan Bungert <[email protected]> | 2023-06-14 17:13:36 -0600 |
commit | 40b03da545d066ae3a1ac46b33adcaeb13aa7b36 (patch) | |
tree | c2ee2e7b8f11760e09ed95d50bc2431a04fe8925 | |
parent | 6d27dc64d9a53694848d52e5c14b615453b6a388 (diff) |
version to 23.1.123.1.1
-rw-r--r-- | curtin/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/curtin/__init__.py b/curtin/__init__.py index 036cd5d1..8076c2fc 100644 --- a/curtin/__init__.py +++ b/curtin/__init__.py @@ -40,6 +40,6 @@ FEATURES = [ 'FSTAB_DEFAULT_FSCK_ON_BLK' ] -__version__ = "22.1" +__version__ = "23.1.1" # vi: ts=4 expandtab syntax=python |