0.2.11 bump

This commit is contained in:
Keagan McClelland
2021-03-12 13:30:35 -07:00
parent ed46ddbf44
commit 1f56be3cbf
4 changed files with 7 additions and 6 deletions

View File

@@ -97,12 +97,12 @@ parseKernelVersion = do
pure $ KernelVersion (Version (major', minor', patch', 0)) arch
synchronizer :: Synchronizer
synchronizer = sync_0_2_10
synchronizer = sync_0_2_11
{-# INLINE synchronizer #-}
sync_0_2_10 :: Synchronizer
sync_0_2_10 = Synchronizer
"0.2.10"
sync_0_2_11 :: Synchronizer
sync_0_2_11 = Synchronizer
"0.2.11"
[ syncCreateAgentTmp
, syncCreateSshDir
, syncRemoveAvahiSystemdDependency