Skip to content

Commit 8a9ead8

Browse files
committed
[Config] set default Swift version to 2.0
1 parent 0f7da03 commit 8a9ead8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/jazzy/config.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def initialize
5252
self.excluded_files = []
5353
self.custom_categories = {}
5454
self.template_directory = Pathname(__FILE__).parent + 'templates'
55-
self.swift_version = '1.2'
55+
self.swift_version = '2.0'
5656
self.assets_directory = Pathname(__FILE__).parent + 'assets'
5757
end
5858

spec/integration_specs

Submodule integration_specs updated 126 files

0 commit comments

Comments
 (0)