0.2.12 ceremonial release

This commit is contained in:
Keagan McClelland
2021-03-31 13:56:15 -06:00
parent 5d6a175585
commit 80f509a634
3 changed files with 6 additions and 5 deletions

View File

@@ -0,0 +1 @@
SELECT TRUE;

View File

@@ -1,5 +1,5 @@
name: ambassador-agent
version: 0.2.11
version: 0.2.12
default-extensions:
- NoImplicitPrelude

View File

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