diff options
author | Dan Bungert <[email protected]> | 2022-06-27 00:46:09 +0000 |
---|---|---|
committer | Server Team CI Bot <[email protected]> | 2022-06-27 00:46:09 +0000 |
commit | 867a14297396d0b5c24296e6e57393873e370545 (patch) | |
tree | b8d31f4fd3d6cdda873a43349082df5b1be9a437 | |
parent | 1ffe23d134d7e7bd4cdf5a6ffdbbd37dd1dace4d (diff) |
version to 22.122.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 8a3e8500..036cd5d1 100644 --- a/curtin/__init__.py +++ b/curtin/__init__.py @@ -40,6 +40,6 @@ FEATURES = [ 'FSTAB_DEFAULT_FSCK_ON_BLK' ] -__version__ = "21.3" +__version__ = "22.1" # vi: ts=4 expandtab syntax=python |