diff --git a/Rome.cabal b/Rome.cabal index b199c41..ea96927 100644 --- a/Rome.cabal +++ b/Rome.cabal @@ -1,5 +1,5 @@ name: Rome -version: 0.6.0.9 +version: 0.6.0.10 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 081efd4..4213a4a 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -8,7 +8,7 @@ import Options.Applicative as Opts romeVersion :: String -romeVersion = "0.6.0.9" +romeVersion = "0.6.0.10"