diff --git a/Rome.cabal b/Rome.cabal index 9a75a72..cf0ef68 100644 --- a/Rome.cabal +++ b/Rome.cabal @@ -1,5 +1,5 @@ name: Rome -version: 0.14.0.37 +version: 0.14.0.38 synopsis: An S3 cache for Carthage description: Please see README.md homepage: https://github.com/blender/Rome diff --git a/app/Main.hs b/app/Main.hs index fba333f..4d5912a 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -10,7 +10,7 @@ import System.Exit romeVersion :: RomeVersion -romeVersion = (0, 14, 0, 37) +romeVersion = (0, 14, 0, 38)