This is an automated email from the ASF dual-hosted git repository.
jking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new d7c11ad Fix swift version [ci skip]
d7c11ad is described below
commit d7c11ada8857e834ebdba9af71344c6c0425207d
Author: James E. King III <[email protected]>
AuthorDate: Fri Jan 11 19:19:44 2019 -0500
Fix swift version [ci skip]
---
build/veralign.sh | 1 +
lib/swift/Sources/Thrift.swift | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/build/veralign.sh b/build/veralign.sh
index 491ef36..b9c1e71 100755
--- a/build/veralign.sh
+++ b/build/veralign.sh
@@ -84,6 +84,7 @@ FILES[lib/py/setup.py]=simpleReplace
FILES[lib/rb/thrift.gemspec]=simpleReplace
FILES[lib/rs/Cargo.toml]=simpleReplace
FILES[lib/st/package.xml]=simpleReplace
+FILES[lib/swift/Sources/Thrift.swift]=simpleReplace
FILES[package.json]=jsonReplace
FILES[sonar-project.properties]=simpleReplace
FILES[test/csharp/Properties/AssemblyInfo.cs]=simpleReplace
diff --git a/lib/swift/Sources/Thrift.swift b/lib/swift/Sources/Thrift.swift
index 5bd1758..4898c77 100644
--- a/lib/swift/Sources/Thrift.swift
+++ b/lib/swift/Sources/Thrift.swift
@@ -1,3 +1,3 @@
class Thrift {
- let version = "1.1.0"
+ let version = "1.0.0"
}